themer/cli/packages/conemu/README.md

16 lines
433 B
Markdown
Raw Normal View History

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