themer/cli/packages/sketch-palettes/README.md

16 lines
595 B
Markdown
Raw Normal View History

2020-04-25 19:22:47 +00:00
# @themer/sketch-palettes
2018-02-13 04:21:37 +00:00
A [themer](https://github.com/mjswensen/themer) template for generating files compatible with the [andrewfiorillo/sketch-palettes](https://github.com/andrewfiorillo/sketch-palettes) Sketch plugin.
## Installation & usage
Install this module wherever you have `themer` installed:
2020-04-25 19:22:47 +00:00
npm install @themer/sketch-palettes
2018-02-13 04:21:37 +00:00
2020-04-25 19:22:47 +00:00
Then pass `@themer/sketch-palettes` as a `-t` (`--template`) arg to `themer`:
2018-02-13 04:21:37 +00:00
2020-04-25 19:22:47 +00:00
themer -c my-colors.js -t @themer/sketch-palettes -o gen
2018-02-13 04:21:37 +00:00
Installation instructions for the generated theme file(s) will be included in `<output dir>/README.md`.