themer/cli/packages/brave/README.md

16 lines
450 B
Markdown
Raw Normal View History

2020-04-24 12:35:53 +00:00
# @themer/brave
2019-04-03 12:00:57 +00:00
A [Brave](https://brave.com/) theme generator for [themer](https://github.com/mjswensen/themer).
## Installation & usage
Install this module wherever you have `themer` installed:
2020-04-24 12:35:53 +00:00
npm install @themer/brave
2019-04-03 12:00:57 +00:00
2020-04-24 12:35:53 +00:00
Then pass `@themer/brave` as a `-t` (`--template`) arg to `themer`:
2019-04-03 12:00:57 +00:00
2020-04-24 12:35:53 +00:00
themer -c my-colors.js -t @themer/brave -o gen
2019-04-03 12:00:57 +00:00
Installation instructions for the generated theme(s) will be included in `<output dir>/README.md`.