themer/cli/packages/bbedit/README.md

16 lines
438 B
Markdown
Raw Normal View History

2020-04-24 12:10:31 +00:00
# @themer/bbedit
2017-10-02 12:08:37 +00:00
A BBEdit theme generator for [themer](https://github.com/mjswensen/themer).
## Installation & usage
Install this module wherever you have `themer` installed:
2020-04-24 12:10:31 +00:00
npm install @themer/bbedit
2017-10-02 12:08:37 +00:00
2020-04-24 12:10:31 +00:00
Then pass `@themer/bbedit` as a `-t` (`--template`) arg to `themer`:
2017-10-02 12:08:37 +00:00
2020-04-24 12:10:31 +00:00
themer -c my-colors.js -t @themer/bbedit -o gen
2017-10-02 12:08:37 +00:00
Installation instructions for the generated theme file(s) will be included in `<output dir>/README.md`.