themer/cli/packages/chrome/README.md

16 lines
433 B
Markdown
Raw Normal View History

2020-04-24 12:28:16 +00:00
# @themer/chrome
2017-09-20 03:05:38 +00:00
2017-11-25 01:18:40 +00:00
A Chrome theme generator for [themer](https://github.com/mjswensen/themer).
2017-09-20 03:05:38 +00:00
## Installation & usage
Install this module wherever you have `themer` installed:
2020-04-24 12:28:16 +00:00
npm install @themer/chrome
2017-09-20 03:05:38 +00:00
2020-04-24 12:28:16 +00:00
Then pass `@themer/chrome` as a `-t` (`--template`) arg to `themer`:
2017-09-20 03:05:38 +00:00
2020-04-24 12:28:16 +00:00
themer -c my-colors.js -t @themer/chrome -o gen
2017-09-20 03:05:38 +00:00
Installation instructions for the generated theme(s) will be included in `<output dir>/README.md`.