themer/cli/packages/atom-ui/README.md

16 lines
506 B
Markdown
Raw Normal View History

2020-04-23 13:19:42 +00:00
# @themer/atom-ui
2017-10-13 01:26:45 +00:00
An Atom UI theme generator for [themer](https://github.com/mjswensen/themer).
## Installation & usage
Install this module wherever you have `themer` installed (note that this package requires `themer@2.1.0` or newer.):
2020-04-23 13:19:42 +00:00
npm install @themer/atom-ui
2017-10-13 01:26:45 +00:00
2020-04-23 13:19:42 +00:00
Then pass `@themer/atom-ui` as a `-t` (`--template`) arg to `themer`:
2017-10-13 01:26:45 +00:00
2020-04-23 13:19:42 +00:00
themer -c my-colors.js -t @themer/atom-ui -o gen
2017-10-13 01:26:45 +00:00
Installation instructions for the generated theme package(s) will be included in `<output dir>/README.md`.