themer/cli/packages/iterm/README.md

16 lines
467 B
Markdown
Raw Normal View History

2020-04-25 13:37:14 +00:00
# @themer/iterm
2017-01-24 01:31:42 +00:00
2016-12-18 04:46:09 +00:00
An [iTerm](https://www.iterm2.com/) theme generator for [themer](https://github.com/mjswensen/themer).
## Installation & usage
Install this module wherever you have `themer` installed.
2020-04-25 13:37:14 +00:00
npm install @themer/iterm
2016-12-18 04:46:09 +00:00
2020-04-25 13:37:14 +00:00
Then pass `@themer/iterm` as a `-t` (`--template`) argument to `themer`:
2016-12-18 04:46:09 +00:00
2020-04-25 13:37:14 +00:00
themer -c my-colors.js -t @themer/iterm -o gen/
2016-12-18 04:46:09 +00:00
Installation instructions for the generated theme file(s) will be included in `<output dir>/README.md`.