themer/cli/packages/atom-syntax/README.md

16 lines
467 B
Markdown
Raw Normal View History

2020-04-23 13:12:28 +00:00
# @themer/atom-syntax
2017-02-22 02:35:05 +00:00
An Atom syntax theme generator for [themer](https://github.com/mjswensen/themer).
## Installation & usage
Install this module wherever you have `themer` installed:
2017-02-22 02:35:05 +00:00
2020-04-23 13:12:28 +00:00
npm install @themer/atom-syntax
2017-02-22 02:35:05 +00:00
2020-04-23 13:12:28 +00:00
Then pass `@themer/atom-syntax` as a `-t` (`--template`) arg to `themer`:
2017-02-22 02:35:05 +00:00
2020-04-23 13:12:28 +00:00
themer -c my-colors.js -t @themer/atom-syntax -o gen
2017-02-22 02:35:05 +00:00
Installation instructions for the generated theme package(s) will be included in `<output dir>/README.md`.