@anycli/example-multi-ts
Advanced tools
Comparing version 0.9.11 to 0.9.12
@@ -1,1 +0,1 @@ | ||
{"version":"0.9.10","commands":{"hello":{"id":"hello","description":"\nAdd a longer description here\n...\n...\n","pluginName":"@anycli/example-multi-ts","aliases":[],"examples":["$ example-multi-ts hello\nhello world from hello!\n","$ example-multi-ts hello --name myname\nhello myname from hello!\n","$ example-multi-ts hello file outputs \"hello world!\" to file","$ example-multi-ts hello --force","$ example-multi-ts hello --help"],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name to print","hidden":false,"required":false},"force":{"name":"force","type":"boolean","char":"f"}},"args":[{"name":"file","description":"file to output","required":false}]}}} | ||
{"version":"0.9.11","commands":{"hello":{"id":"hello","description":"\nAdd a longer description here\n...\n...\n","pluginName":"@anycli/example-multi-ts","pluginType":"dev","aliases":[],"examples":["$ example-multi-ts hello\nhello world from hello!\n","$ example-multi-ts hello --name myname\nhello myname from hello!\n","$ example-multi-ts hello file outputs \"hello world!\" to file","$ example-multi-ts hello --force","$ example-multi-ts hello --help"],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name to print","hidden":false,"required":false},"force":{"name":"force","type":"boolean","char":"f"}},"args":[{"name":"file","description":"file to output","required":false}]}}} |
@@ -0,1 +1,9 @@ | ||
<a name="0.9.12"></a> | ||
## [0.9.12](https://github.com/anycli/example-multi-ts/compare/01ecc8476acbe6ba04b81e171bce2a3154e05167...v0.9.12) (2018-02-07) | ||
### Bug Fixes | ||
* anycli v0.33.13 ([8511269](https://github.com/anycli/example-multi-ts/commit/8511269)) | ||
<a name="0.9.11"></a> | ||
@@ -2,0 +10,0 @@ ## [0.9.11](https://github.com/anycli/example-multi-ts/compare/1063a56e4e34ef39fc486743398f141a60886bd9...v0.9.11) (2018-02-06) |
{ | ||
"name": "@anycli/example-multi-ts", | ||
"description": "example multi-command CLI built with typescript", | ||
"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", | ||
@@ -31,3 +31,3 @@ "@anycli/tslint": "^0.2.7", | ||
"@types/mocha": "^2.2.48", | ||
"@types/node": "^9.4.0", | ||
"@types/node": "^9.4.1", | ||
"chai": "^4.1.2", | ||
@@ -59,3 +59,3 @@ "concurrently": "^3.5.1", | ||
"posttest": "yarn run lint", | ||
"prepublishOnly": "yarn run build && anycli-dev manifest", | ||
"prepublishOnly": "yarn run build && anycli-dev manifest && anycli-dev readme", | ||
"test": "mocha --forbid-only \"test/**/*.test.ts\"" | ||
@@ -62,0 +62,0 @@ }, |
@@ -14,1 +14,32 @@ @anycli/example-multi-ts | ||
[![License](https://img.shields.io/npm/l/@anycli/example-multi-ts.svg)](https://github.com/anycli/example-multi-ts/blob/master/package.json) | ||
<!-- install --> | ||
# Installing @anycli/example-multi-ts | ||
with yarn: | ||
``` | ||
$ yarn global add @anycli/example-multi-ts | ||
``` | ||
or with npm: | ||
``` | ||
$ npm install -g @anycli/example-multi-ts | ||
``` | ||
<!-- installstop --> | ||
<!-- usage --> | ||
# Usage | ||
```sh-session | ||
$ example-multi-ts COMMAND | ||
running command... | ||
$ example-multi-ts (-v|--version|version) | ||
@anycli/example-multi-ts/0.9.11 (linux-x64) node-v9.5.0 | ||
$ example-multi-ts --help [COMMAND] | ||
USAGE | ||
$ example-multi-ts 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
23837
45
Updated@anycli/command@^1.2.13
Updated@anycli/config@^1.3.23
Updated@anycli/plugin-help@^0.6.8