themer/cli/packages/terminal/README.md

20 lines
682 B
Markdown
Raw Normal View History

2020-04-25 19:28:29 +00:00
# @themer/terminal
2017-03-24 03:14:53 +00:00
A Terminal.app theme generator for [themer](https://github.com/mjswensen/themer).
## Dependencies
This module utilizes [Swift](https://swift.org/) and the [AppKit](https://developer.apple.com/reference/appkit) library to create the contents of the theme file. Install Xcode and you should be good to go.
## Installation & usage
Install this module wherever you have `themer` installed.
2020-04-25 19:28:29 +00:00
npm install @themer/terminal
2017-03-24 03:14:53 +00:00
2020-04-25 19:28:29 +00:00
Then pass `@themer/terminal` as a `-t` (`--template`) argument to `themer`:
2017-03-24 03:14:53 +00:00
2020-04-25 19:28:29 +00:00
themer -c my-colors.js -t @themer/terminal -o gen/
2017-03-24 03:14:53 +00:00
Installation instructions for the generated theme file(s) will be included in `<output dir>/README.md`.