themer/cli/packages/sublime-text/README.md

16 lines
468 B
Markdown
Raw Normal View History

2020-04-25 19:26:27 +00:00
# @themer/sublime-text
2017-01-24 01:57:18 +00:00
2016-12-26 22:35:32 +00:00
A Sublime Text theme generator for [themer](https://github.com/mjswensen/themer).
## Installation & usage
Install this module wherever you have `themer` installed:
2020-04-25 19:26:27 +00:00
npm install @themer/sublime-text
2016-12-26 22:35:32 +00:00
2020-04-25 19:26:27 +00:00
Then pass `@themer/sublime-text` as a `-t` (`--template`) arg to `themer`:
2016-12-26 22:35:32 +00:00
2020-04-25 19:26:27 +00:00
themer -c my-colors.js -t @themer/sublime-text -o gen
2016-12-26 22:35:32 +00:00
Installation instructions for the generated theme file(s) will be included in `<output dir>/README.md`.