themer/cli/packages/alfred/README.md

20 lines
916 B
Markdown
Raw Normal View History

2020-04-23 13:00:14 +00:00
# @themer/alfred
2017-08-17 03:23:00 +00:00
An [Alfred.app](https://www.alfredapp.com/) theme generator for [themer](https://github.com/mjswensen/themer).
2018-10-11 02:58:50 +00:00
![themer Alfred preview](https://cdn.jsdelivr.net/gh/mjswensen/themer@a186c8585721d5defbf4cb1bc94165144d4dd35a/cli/packages/themer-alfred/assets/themer-alfred-preview.png)
2017-08-17 03:23:00 +00:00
2020-04-25 20:40:05 +00:00
(Generated with [themer's "Polar Ice" color set](https://github.com/mjswensen/themer/tree/master/cli/packages/colors-polar-ice) and shown with [themer's "Triangles" wallpaper template](https://github.com/mjswensen/themer/tree/master/cli/packages/wallpaper-triangles).)
2017-08-17 03:23:00 +00:00
## Installation & usage
Install this module wherever you have `themer` installed:
2020-04-23 13:00:14 +00:00
npm install @themer/alfred
2017-08-17 03:23:00 +00:00
2020-04-23 13:00:14 +00:00
Then pass `@themer/alfred` as a `-t` (`--template`) arg to `themer`:
2017-08-17 03:23:00 +00:00
2020-04-23 13:00:14 +00:00
themer -c my-colors.js -t @themer/alfred -o gen
2017-08-17 03:23:00 +00:00
Installation instructions for the generated theme file(s) will be included in `<output dir>/README.md`.