@anycli/example-multi-js
Advanced tools
Comparing version 0.9.11 to 0.9.12
@@ -1,1 +0,1 @@ | ||
{"version":"0.9.10","commands":{"hello":{"id":"hello","pluginName":"@anycli/example-multi-js","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name to print"}},"args":[]}}} | ||
{"version":"0.9.11","commands":{"hello":{"id":"hello","pluginName":"@anycli/example-multi-js","pluginType":"dev","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name to print"}},"args":[]}}} |
@@ -0,1 +1,9 @@ | ||
<a name="0.9.12"></a> | ||
## [0.9.12](https://github.com/anycli/example-multi-js/compare/4483494e507a82b2716f35db1aa9ddb05d1cbc30...v0.9.12) (2018-02-07) | ||
### Bug Fixes | ||
* anycli v0.33.13 ([b16c80e](https://github.com/anycli/example-multi-js/commit/b16c80e)) | ||
<a name="0.9.11"></a> | ||
@@ -2,0 +10,0 @@ ## [0.9.11](https://github.com/anycli/example-multi-js/compare/154e57dfaef49bc8e8db0c7ebb0c056a1b5c5c9a...v0.9.11) (2018-02-06) |
{ | ||
"name": "@anycli/example-multi-js", | ||
"description": "example multi-command CLI built with javascript", | ||
"version": "0.9.11", | ||
"version": "0.9.12", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -18,10 +18,10 @@ "anycli": { | ||
"dependencies": { | ||
"@anycli/command": "^1.2.10", | ||
"@anycli/config": "^1.3.15", | ||
"@anycli/command": "^1.2.13", | ||
"@anycli/config": "^1.3.23", | ||
"@anycli/errors": "^0.2.1", | ||
"@anycli/plugin-help": "^0.6.5", | ||
"@anycli/plugin-help": "^0.6.8", | ||
"globby": "^7.1.1" | ||
}, | ||
"devDependencies": { | ||
"@anycli/dev-cli": "^0.2.2", | ||
"@anycli/dev-cli": "^0.3.1", | ||
"@anycli/test": "^0.10.11", | ||
@@ -52,5 +52,5 @@ "chai": "^4.1.2", | ||
"posttest": "yarn run lint", | ||
"prepublishOnly": "anycli-dev manifest", | ||
"prepublishOnly": "anycli-dev manifest && anycli-dev readme", | ||
"test": "mocha --forbid-only \"test/**/*.test.js\"" | ||
} | ||
} |
@@ -14,1 +14,32 @@ @anycli/example-multi-js | ||
[![License](https://img.shields.io/npm/l/@anycli/example-multi-js.svg)](https://github.com/anycli/example-multi-js/blob/master/package.json) | ||
<!-- install --> | ||
# Installing @anycli/example-multi-js | ||
with yarn: | ||
``` | ||
$ yarn global add @anycli/example-multi-js | ||
``` | ||
or with npm: | ||
``` | ||
$ npm install -g @anycli/example-multi-js | ||
``` | ||
<!-- installstop --> | ||
<!-- usage --> | ||
# Usage | ||
```sh-session | ||
$ example-multi-js COMMAND | ||
running command... | ||
$ example-multi-js (-v|--version|version) | ||
@anycli/example-multi-js/0.9.11 (linux-x64) node-v9.5.0 | ||
$ example-multi-js --help [COMMAND] | ||
USAGE | ||
$ example-multi-js COMMAND [OPTIONS] | ||
... | ||
``` | ||
<!-- usagestop --> | ||
<!-- commands --> | ||
# Commands | ||
<!-- commandsstop --> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19997
45
Updated@anycli/command@^1.2.13
Updated@anycli/config@^1.3.23
Updated@anycli/plugin-help@^0.6.8