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

16 lines
462 B
Markdown
Raw Normal View History

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