themer/cli/packages/slack/README.md

16 lines
436 B
Markdown
Raw Normal View History

2020-04-25 19:24:10 +00:00
# @themer/slack
2017-03-02 04:32:16 +00:00
A Slack sidebar theme generator for [themer](https://github.com/mjswensen/themer).
## Installation & usage
Install this module wherever you have `themer` installed:
2020-04-25 19:24:10 +00:00
npm install @themer/slack
2017-03-02 04:32:16 +00:00
2020-04-25 19:24:10 +00:00
Then pass `@themer/slack` as a `-t` (`--template`) arg to `themer`:
2017-03-02 04:32:16 +00:00
2020-04-25 19:24:10 +00:00
themer -c my-colors.js -t @themer/slack -o gen
2017-03-02 04:32:16 +00:00
Installation instructions for the generated theme(s) will be included in `<output dir>/README.md`.