Scope CMD.exe package

This commit is contained in:
Matt Swensen 2020-04-24 06:39:47 -06:00
parent bc9218c48d
commit f5873c07d5
No known key found for this signature in database
GPG Key ID: 3F9E482BFC526F35
9 changed files with 9 additions and 9 deletions

@ -245,7 +245,7 @@ Refer to the [base16 repository](https://github.com/chriskempson/base16#scheme-r
* [themer-terminal](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-terminal)
* [agarrharr/themer-gnome-terminal](https://github.com/agarrharr/themer-gnome-terminal)
* [themer-conemu](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-conemu)
* [themer-cmd](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-cmd)
* [@themer/cmd](https://github.com/mjswensen/themer/tree/master/cli/packages/cmd)
* [0x52a1/themer-termite](https://github.com/0x52a1/themer-termite)
* [0x52a1/themer-kitty](https://github.com/0x52a1/themer-kitty)

2
cli/packages/cmd/.yarnrc Normal file

@ -0,0 +1,2 @@
version-tag-prefix @themer/cmd-v
version-git-message @themer/cmd-v%s

@ -1,4 +1,4 @@
# themer-cmd
# @themer/cmd
A CMD.exe theme generator for [themer](https://github.com/mjswensen/themer).
@ -6,10 +6,10 @@ A CMD.exe theme generator for [themer](https://github.com/mjswensen/themer).
Install this module wherever you have `themer` installed:
npm install themer-cmd
npm install @themer/cmd
Then pass `themer-cmd` as a `-t` (`--template`) arg to `themer`:
Then pass `@themer/cmd` as a `-t` (`--template`) arg to `themer`:
themer -c my-colors.js -t themer-cmd -o gen
themer -c my-colors.js -t @themer/cmd -o gen
Installation instructions for the generated theme file(s) will be included in `<output dir>/README.md`.

@ -1,5 +1,5 @@
{
"name": "themer-cmd",
"name": "@themer/cmd",
"version": "1.1.0",
"description": "A CMD.exe theme generator for themer.",
"main": "lib/index.js",
@ -27,7 +27,7 @@
"bugs": {
"url": "https://github.com/mjswensen/themer/issues"
},
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/themer-cmd#readme",
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/cmd#readme",
"dependencies": {
"lodash": "^4.17.4"
},

@ -1,2 +0,0 @@
version-tag-prefix themer-cmd-v
version-git-message themer-cmd-v%s