themer/cli/packages/firefox-color/README.md

16 lines
490 B
Markdown
Raw Normal View History

2020-04-25 13:30:21 +00:00
# @themer/firefox-color
2020-04-21 14:47:53 +00:00
A [Firefox Color](https://color.firefox.com) template for [themer](https://github.com/mjswensen/themer).
## Installation & usage
Install this module wherever you have `themer` installed:
2020-04-25 13:30:21 +00:00
npm install @themer/firefox-color
2020-04-21 14:47:53 +00:00
2020-04-25 13:30:21 +00:00
Then pass `@themer/firefox-color` as a `-t` (`--template`) arg to `themer`:
2020-04-21 14:47:53 +00:00
2020-04-25 13:30:21 +00:00
themer -c my-colors.js -t @themer/firefox-color -o gen
2020-04-21 14:47:53 +00:00
Installation instructions for the generated theme(s) will be included in `<output dir>/README.md`.