Move packages into cli/.

This commit is contained in:
Matt Swensen 2018-10-06 22:04:33 -06:00
parent 996ab89345
commit a186c85857
No known key found for this signature in database
GPG Key ID: 3F9E482BFC526F35
303 changed files with 163 additions and 149 deletions

@ -1,4 +1,8 @@
os: osx
language: node_js
node_js: "lts/*"
script: yarn run test:ci
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH="$HOME/.yarn/bin:$PATH"
install: scripts/install.sh
script: scripts/test.sh

@ -1,6 +1,6 @@
<p align="center">
<a href="https://themer.mjswensen.com">
<img src="https://cdn.rawgit.com/mjswensen/themer/64dd8b7e/assets/icon.png" width="256" height="256" alt="Themer application icon" />
<img src="https://cdn.rawgit.com/mjswensen/themer/7de158b8/assets/icon.png" width="256" height="256" alt="Themer application icon" />
</a>
</p>
@ -8,7 +8,7 @@
`themer` takes a set of colors and generates [editor themes](#editorsides), [terminal themes](#terminals), [themes for other apps](#other), and [desktop/device wallpapers](#wallpapers).
![visual description](https://cdn.rawgit.com/mjswensen/themer/64dd8b7e/assets/themer-description.png)
![visual description](https://cdn.rawgit.com/mjswensen/themer/7de158b8/assets/themer-description.png)
## Table of Contents
@ -54,7 +54,7 @@ themer \
--out <directory>
```
`themer` can create themes from your custom color sets (see ["Create your own color set"](#create-your-own-color-set) below) or from color sets published on npm (see [themer-colors-default](https://github.com/mjswensen/themer/tree/master/packages/themer-colors-default)). The same is true for templates.
`themer` can create themes from your custom color sets (see ["Create your own color set"](#create-your-own-color-set) below) or from color sets published on npm (see [themer-colors-default](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-colors-default)). The same is true for templates.
### Example workflow
@ -83,7 +83,7 @@ npm run build
Now check the `gen/` folder for your generated themes. Here's the result:
![example usage result](https://cdn.rawgit.com/mjswensen/themer/64dd8b7e/assets/example-usage.png)
![example usage result](https://cdn.rawgit.com/mjswensen/themer/7de158b8/assets/example-usage.png)
## Themer color sets
@ -91,21 +91,21 @@ Now check the `gen/` folder for your generated themes. Here's the result:
| Name | Dark Preview | Light Preview |
| --- | --- | --- |
| [themer-colors-default](https://github.com/mjswensen/themer/tree/master/packages/themer-colors-default) | ![themer-colors-default dark preview](https://themer.mjswensen.com/themer-preview-swatch/themer-colors-default-dark-swatch.svg) | ![themer-colors-default light preview](https://themer.mjswensen.com/themer-preview-swatch/themer-colors-default-light-swatch.svg) |
| [themer-colors-night-sky](https://github.com/mjswensen/themer/tree/master/packages/themer-colors-night-sky) | ![themer-colors-night-sky dark preview](https://themer.mjswensen.com/themer-preview-swatch/themer-colors-night-sky-dark-swatch.svg) | (dark only) |
| [themer-colors-polar-ice](https://github.com/mjswensen/themer/tree/master/packages/themer-colors-polar-ice) | ![themer-colors-polar-ice dark preview](https://themer.mjswensen.com/themer-preview-swatch/themer-colors-polar-ice-dark-swatch.svg) | ![themer-colors-polar-ice light preview](https://themer.mjswensen.com/themer-preview-swatch/themer-colors-polar-ice-light-swatch.svg) |
| [themer-colors-finger-paint](https://github.com/mjswensen/themer/tree/master/packages/themer-colors-finger-paint) | ![themer-colors-finger-paint dark preview](https://themer.mjswensen.com/themer-preview-swatch/themer-colors-finger-paint-dark-swatch.svg) | ![themer-colors-finger-paint light preview](https://themer.mjswensen.com/themer-preview-swatch/themer-colors-finger-paint-light-swatch.svg) |
| [themer-colors-monkey](https://github.com/mjswensen/themer/tree/master/packages/themer-colors-monkey) | ![themer-colors-monkey dark preview](https://themer.mjswensen.com/themer-preview-swatch/themer-colors-monkey-dark-swatch.svg) | ![themer-colors-monkey light preview](https://themer.mjswensen.com/themer-preview-swatch/themer-colors-monkey-light-swatch.svg) |
| [themer-colors-default](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-colors-default) | ![themer-colors-default dark preview](https://themer.mjswensen.com/themer-preview-swatch/themer-colors-default-dark-swatch.svg) | ![themer-colors-default light preview](https://themer.mjswensen.com/themer-preview-swatch/themer-colors-default-light-swatch.svg) |
| [themer-colors-night-sky](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-colors-night-sky) | ![themer-colors-night-sky dark preview](https://themer.mjswensen.com/themer-preview-swatch/themer-colors-night-sky-dark-swatch.svg) | (dark only) |
| [themer-colors-polar-ice](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-colors-polar-ice) | ![themer-colors-polar-ice dark preview](https://themer.mjswensen.com/themer-preview-swatch/themer-colors-polar-ice-dark-swatch.svg) | ![themer-colors-polar-ice light preview](https://themer.mjswensen.com/themer-preview-swatch/themer-colors-polar-ice-light-swatch.svg) |
| [themer-colors-finger-paint](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-colors-finger-paint) | ![themer-colors-finger-paint dark preview](https://themer.mjswensen.com/themer-preview-swatch/themer-colors-finger-paint-dark-swatch.svg) | ![themer-colors-finger-paint light preview](https://themer.mjswensen.com/themer-preview-swatch/themer-colors-finger-paint-light-swatch.svg) |
| [themer-colors-monkey](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-colors-monkey) | ![themer-colors-monkey dark preview](https://themer.mjswensen.com/themer-preview-swatch/themer-colors-monkey-dark-swatch.svg) | ![themer-colors-monkey light preview](https://themer.mjswensen.com/themer-preview-swatch/themer-colors-monkey-light-swatch.svg) |
### Ports from third-party themes
| Name | Dark Preview | Light Preview |
| --- | --- | --- |
| [themer-colors-one](https://github.com/mjswensen/themer/tree/master/packages/themer-colors-one) | ![themer-colors-one dark preview](https://themer.mjswensen.com/themer-preview-swatch/themer-colors-one-dark-swatch.svg) | ![themer-colors-one light preview](https://themer.mjswensen.com/themer-preview-swatch/themer-colors-one-light-swatch.svg) |
| [themer-colors-lucid](https://github.com/mjswensen/themer/tree/master/packages/themer-colors-lucid) | ![themer-colors-lucid dark preview](https://themer.mjswensen.com/themer-preview-swatch/themer-colors-lucid-dark-swatch.svg) | ![themer-colors-lucid light preview](https://themer.mjswensen.com/themer-preview-swatch/themer-colors-lucid-light-swatch.svg) |
| [themer-colors-solarized](https://github.com/mjswensen/themer/tree/master/packages/themer-colors-solarized) | ![themer-colors-solarized dark preview](https://themer.mjswensen.com/themer-preview-swatch/themer-colors-solarized-dark-swatch.svg) | ![themer-colors-solarized light preview](https://themer.mjswensen.com/themer-preview-swatch/themer-colors-solarized-light-swatch.svg) |
| [themer-colors-github-universe](https://github.com/mjswensen/themer/tree/master/packages/themer-colors-github-universe) | ![themer-colors-github-universe preview](https://themer.mjswensen.com/themer-preview-swatch/themer-colors-github-universe-dark-swatch.svg) | (dark only) |
| [themer-colors-nova](https://github.com/mjswensen/themer/tree/master/packages/themer-colors-nova) | ![themer-colors-nova preview](https://themer.mjswensen.com/themer-preview-swatch/themer-colors-nova-dark-swatch.svg) | (dark only) |
| [themer-colors-one](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-colors-one) | ![themer-colors-one dark preview](https://themer.mjswensen.com/themer-preview-swatch/themer-colors-one-dark-swatch.svg) | ![themer-colors-one light preview](https://themer.mjswensen.com/themer-preview-swatch/themer-colors-one-light-swatch.svg) |
| [themer-colors-lucid](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-colors-lucid) | ![themer-colors-lucid dark preview](https://themer.mjswensen.com/themer-preview-swatch/themer-colors-lucid-dark-swatch.svg) | ![themer-colors-lucid light preview](https://themer.mjswensen.com/themer-preview-swatch/themer-colors-lucid-light-swatch.svg) |
| [themer-colors-solarized](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-colors-solarized) | ![themer-colors-solarized dark preview](https://themer.mjswensen.com/themer-preview-swatch/themer-colors-solarized-dark-swatch.svg) | ![themer-colors-solarized light preview](https://themer.mjswensen.com/themer-preview-swatch/themer-colors-solarized-light-swatch.svg) |
| [themer-colors-github-universe](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-colors-github-universe) | ![themer-colors-github-universe preview](https://themer.mjswensen.com/themer-preview-swatch/themer-colors-github-universe-dark-swatch.svg) | (dark only) |
| [themer-colors-nova](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-colors-nova) | ![themer-colors-nova preview](https://themer.mjswensen.com/themer-preview-swatch/themer-colors-nova-dark-swatch.svg) | (dark only) |
### Create your own color set
@ -203,41 +203,41 @@ Refer to the [base16 repository](https://github.com/chriskempson/base16#scheme-r
### Terminals
* [themer-hyper](https://github.com/mjswensen/themer/tree/master/packages/themer-hyper)
* [themer-iterm](https://github.com/mjswensen/themer/tree/master/packages/themer-iterm)
* [themer-terminal](https://github.com/mjswensen/themer/tree/master/packages/themer-terminal)
* [themer-hyper](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-hyper)
* [themer-iterm](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-iterm)
* [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/packages/themer-conemu)
* [themer-cmd](https://github.com/mjswensen/themer/tree/master/packages/themer-cmd)
* [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)
* [0x52a1/themer-termite](https://github.com/0x52a1/themer-termite)
* [0x52a1/themer-kitty](https://github.com/0x52a1/themer-kitty)
### Editors/IDEs
* [themer-atom-syntax](https://github.com/mjswensen/themer/tree/master/packages/themer-atom-syntax)
* [themer-atom-ui](https://github.com/mjswensen/themer/tree/master/packages/themer-atom-ui)
* [themer-sublime-text](https://github.com/mjswensen/themer/tree/master/packages/themer-sublime-text)
* [themer-vim](https://github.com/mjswensen/themer/tree/master/packages/themer-vim)
* [themer-vim-lightline](https://github.com/mjswensen/themer/tree/master/packages/themer-vim-lightline)
* [themer-vscode](https://github.com/mjswensen/themer/tree/master/packages/themer-vscode)
* [themer-xcode](https://github.com/mjswensen/themer/tree/master/packages/themer-xcode)
* [themer-bbedit](https://github.com/mjswensen/themer/tree/master/packages/themer-bbedit)
* [themer-atom-syntax](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-atom-syntax)
* [themer-atom-ui](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-atom-ui)
* [themer-sublime-text](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-sublime-text)
* [themer-vim](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-vim)
* [themer-vim-lightline](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-vim-lightline)
* [themer-vscode](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-vscode)
* [themer-xcode](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-xcode)
* [themer-bbedit](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-bbedit)
* [tomselvi/themer-jetbrains](https://github.com/tomselvi/themer-jetbrains)
### Wallpapers
* [themer-wallpaper-block-wave](https://github.com/mjswensen/themer/tree/master/packages/themer-wallpaper-block-wave)
* [themer-wallpaper-octagon](https://github.com/mjswensen/themer/tree/master/packages/themer-wallpaper-octagon)
* [themer-wallpaper-triangles](https://github.com/mjswensen/themer/tree/master/packages/themer-wallpaper-triangles)
* [themer-wallpaper-trianglify](https://github.com/mjswensen/themer/tree/master/packages/themer-wallpaper-trianglify)
* [themer-wallpaper-block-wave](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-wallpaper-block-wave)
* [themer-wallpaper-octagon](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-wallpaper-octagon)
* [themer-wallpaper-triangles](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-wallpaper-triangles)
* [themer-wallpaper-trianglify](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-wallpaper-trianglify)
### Other
* [themer-slack](https://github.com/mjswensen/themer/tree/master/packages/themer-slack)
* [themer-alfred](https://github.com/mjswensen/themer/tree/master/packages/themer-alfred)
* [themer-chrome](https://github.com/mjswensen/themer/tree/master/packages/themer-chrome)
* [themer-slack](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-slack)
* [themer-alfred](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-alfred)
* [themer-chrome](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-chrome)
* [PDDStudio/themer-android](https://github.com/PDDStudio/themer-android)
* [themer-sketch-palettes](https://github.com/mjswensen/themer/tree/master/packages/themer-sketch-palettes)
* [themer-sketch-palettes](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-sketch-palettes)
* [tomselvi/themer-tmux](https://github.com/tomselvi/themer-tmux)
### Create your own template

@ -2,9 +2,9 @@
An [Alfred.app](https://www.alfredapp.com/) theme generator for [themer](https://github.com/mjswensen/themer).
![themer Alfred preview](https://cdn.rawgit.com/mjswensen/themer/64dd8b7e/packages/themer-alfred/assets/themer-alfred-preview.png)
![themer Alfred preview](https://cdn.rawgit.com/mjswensen/themer/7de158b8/cli/packages/themer-alfred/assets/themer-alfred-preview.png)
(Generated with [themer's "Polar Ice" color set](https://github.com/mjswensen/themer/tree/master/packages/themer-colors-polar-ice) and shown with [themer's "Triangles" wallpaper template](https://github.com/mjswensen/themer/tree/master/packages/themer-wallpaper-triangles).)
(Generated with [themer's "Polar Ice" color set](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-colors-polar-ice) and shown with [themer's "Triangles" wallpaper template](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-wallpaper-triangles).)
## Installation & usage

Before

Width:  |  Height:  |  Size: 874 KiB

After

Width:  |  Height:  |  Size: 874 KiB

@ -7,7 +7,7 @@
"node": ">=6.11"
},
"scripts": {
"prepublishOnly": "cp ../../LICENSE.md ./"
"prepublishOnly": "cp ../../../LICENSE.md ./"
},
"author": "mjswensen",
"license": "MIT",
@ -31,5 +31,5 @@
"bugs": {
"url": "https://github.com/mjswensen/themer/issues"
},
"homepage": "https://github.com/mjswensen/themer/tree/master/packages/themer-alfred#readme"
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/themer-alfred#readme"
}

@ -12,7 +12,7 @@
"/lib/index.js"
],
"scripts": {
"prepublishOnly": "cp ../../LICENSE.md ./"
"prepublishOnly": "cp ../../../LICENSE.md ./"
},
"devDependencies": {
"del": "^3.0.0",
@ -31,7 +31,7 @@
"bugs": {
"url": "https://github.com/mjswensen/themer/issues"
},
"homepage": "https://github.com/mjswensen/themer/tree/master/packages/themer-atom-syntax#readme",
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/themer-atom-syntax#readme",
"keywords": [
"themer",
"atom",

@ -7,7 +7,7 @@
"node": ">=8.11.4"
},
"scripts": {
"prepublishOnly": "cp ../../LICENSE.md ./"
"prepublishOnly": "cp ../../../LICENSE.md ./"
},
"repository": {
"type": "git",
@ -45,7 +45,7 @@
"bugs": {
"url": "https://github.com/mjswensen/themer/issues"
},
"homepage": "https://github.com/mjswensen/themer/tree/master/packages/themer-atom-ui#readme",
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/themer-atom-ui#readme",
"dependencies": {},
"devDependencies": {
"less": "^3.0.0-alpha.3",

@ -7,7 +7,7 @@
"node": ">=8.11.4"
},
"scripts": {
"prepublishOnly": "cp ../../LICENSE.md ./"
"prepublishOnly": "cp ../../../LICENSE.md ./"
},
"repository": {
"type": "git",
@ -26,7 +26,7 @@
"bugs": {
"url": "https://github.com/mjswensen/themer/issues"
},
"homepage": "https://github.com/mjswensen/themer/tree/master/packages/themer-bbedit#readme",
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/themer-bbedit#readme",
"dependencies": {
"color": "^3.0.0",
"lodash": "^4.17.4",

@ -7,7 +7,7 @@
"node": ">=8.11.4"
},
"scripts": {
"prepublishOnly": "cp ../../LICENSE.md ./"
"prepublishOnly": "cp ../../../LICENSE.md ./"
},
"repository": {
"type": "git",
@ -26,7 +26,7 @@
"bugs": {
"url": "https://github.com/mjswensen/themer/issues"
},
"homepage": "https://github.com/mjswensen/themer/tree/master/packages/themer-chrome#readme",
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/themer-chrome#readme",
"dependencies": {
"color": "^3.0.0",
"lodash": "^4.17.4"

@ -7,7 +7,7 @@
"node": ">=8.11.4"
},
"scripts": {
"prepublishOnly": "cp ../../LICENSE.md ./"
"prepublishOnly": "cp ../../../LICENSE.md ./"
},
"repository": {
"type": "git",
@ -27,7 +27,7 @@
"bugs": {
"url": "https://github.com/mjswensen/themer/issues"
},
"homepage": "https://github.com/mjswensen/themer/tree/master/packages/themer-cmd#readme",
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/themer-cmd#readme",
"dependencies": {
"lodash": "^4.17.4"
},

@ -16,13 +16,13 @@
"/lib/index.js"
],
"scripts": {
"prepublishOnly": "cp ../../LICENSE.md ./"
"prepublishOnly": "cp ../../../LICENSE.md ./"
},
"devDependencies": {},
"bugs": {
"url": "https://github.com/mjswensen/themer/issues"
},
"homepage": "https://github.com/mjswensen/themer/tree/master/packages/themer-colors-default#readme",
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/themer-colors-default#readme",
"dependencies": {},
"keywords": [
"themer",

@ -7,7 +7,7 @@
"node": ">=8.11.4"
},
"scripts": {
"prepublishOnly": "cp ../../LICENSE.md ./"
"prepublishOnly": "cp ../../../LICENSE.md ./"
},
"keywords": [
"themer",
@ -28,6 +28,6 @@
"bugs": {
"url": "https://github.com/mjswensen/themer/issues"
},
"homepage": "https://github.com/mjswensen/themer/tree/master/packages/themer-colors-finger-paint#readme",
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/themer-colors-finger-paint#readme",
"devDependencies": {}
}

@ -7,7 +7,7 @@
"node": ">=8.11.4"
},
"scripts": {
"prepublishOnly": "cp ../../LICENSE.md ./"
"prepublishOnly": "cp ../../../LICENSE.md ./"
},
"repository": {
"type": "git",
@ -28,6 +28,6 @@
"bugs": {
"url": "https://github.com/mjswensen/themer/issues"
},
"homepage": "https://github.com/mjswensen/themer/tree/master/packages/themer-colors-github-universe#readme",
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/themer-colors-github-universe#readme",
"devDependencies": {}
}

@ -2,7 +2,7 @@
A [themer](https://github.com/mjswensen/themer) color set based on the [Lucidchart editor](https://lucidchart.com/demo).
![Preview](https://cdn.rawgit.com/mjswensen/themer/64dd8b7e/packages/themer-colors-lucid/assets/preview.png)
![Preview](https://cdn.rawgit.com/mjswensen/themer/7de158b8/cli/packages/themer-colors-lucid/assets/preview.png)
## Installation & usage

Before

Width:  |  Height:  |  Size: 487 KiB

After

Width:  |  Height:  |  Size: 487 KiB

@ -7,7 +7,7 @@
"node": ">=8.11.4"
},
"scripts": {
"prepublishOnly": "cp ../../LICENSE.md ./"
"prepublishOnly": "cp ../../../LICENSE.md ./"
},
"repository": {
"type": "git",
@ -28,7 +28,7 @@
"bugs": {
"url": "https://github.com/mjswensen/themer/issues"
},
"homepage": "https://github.com/mjswensen/themer/tree/master/packages/themer-colors-lucid#readme",
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/themer-colors-lucid#readme",
"devDependencies": {},
"dependencies": {}
}

@ -12,7 +12,7 @@
"/lib/index.js"
],
"scripts": {
"prepublishOnly": "cp ../../LICENSE.md ./"
"prepublishOnly": "cp ../../../LICENSE.md ./"
},
"devDependencies": {},
"repository": {
@ -22,7 +22,7 @@
"bugs": {
"url": "https://github.com/mjswensen/themer/issues"
},
"homepage": "https://github.com/mjswensen/themer/tree/master/packages/themer-colors-monkey#readme",
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/themer-colors-monkey#readme",
"dependencies": {},
"keywords": [
"themer",

Some files were not shown because too many files have changed in this diff Show More