themer/cli/packages/hyper/README.md

16 lines
454 B
Markdown
Raw Normal View History

2020-04-25 13:34:34 +00:00
# @themer/hyper
2017-01-24 01:27:34 +00:00
2016-11-29 14:01:52 +00:00
A [Hyper.app](https://hyper.is/) plugin generator for [themer](https://github.com/mjswensen/themer).
2016-11-27 05:58:41 +00:00
## Installation & usage
Install this module wherever you have `themer` installed:
2020-04-25 13:34:34 +00:00
npm install @themer/hyper
2016-11-27 05:58:41 +00:00
2020-04-25 13:34:34 +00:00
Then pass `@themer/hyper` as a `-t` (`--template`) arg to `themer`:
2016-11-27 05:58:41 +00:00
2020-04-25 13:34:34 +00:00
themer -c my-colors.js -t @themer/hyper -o gen
2016-11-27 05:58:41 +00:00
Installation instructions for the generated theme(s) will be included in `<output dir>/README.md`.