themer/cli/packages/cmd/README.md

16 lines
427 B
Markdown
Raw Normal View History

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