themer/cli/packages/xcode/README.md

16 lines
434 B
Markdown
Raw Normal View History

2020-04-25 20:48:14 +00:00
# @themer/xcode
2017-09-08 12:58:34 +00:00
An Xcode theme generator for [themer](https://github.com/mjswensen/themer).
## Installation & usage
Install this module wherever you have `themer` installed:
2020-04-25 20:48:14 +00:00
npm install @themer/xcode
2017-09-08 12:58:34 +00:00
2020-04-25 20:48:14 +00:00
Then pass `@themer/xcode` as a `-t` (`--template`) arg to `themer`:
2017-09-08 12:58:34 +00:00
2020-04-25 20:48:14 +00:00
themer -c my-colors.js -t @themer/xcode -o gen
2017-09-08 12:58:34 +00:00
Installation instructions for the generated theme file(s) will be included in `<output dir>/README.md`.