@untool/yargs
Advanced tools
Comparing version 0.22.0 to 0.23.0
@@ -6,2 +6,11 @@ # Change Log | ||
<a name="0.23.0"></a> | ||
# [0.23.0](https://github.com/untool/untool/compare/v0.22.0...v0.23.0) (2018-09-25) | ||
**Note:** Version bump only for package @untool/yargs | ||
<a name="0.22.0"></a> | ||
@@ -8,0 +17,0 @@ # [0.22.0](https://github.com/untool/untool/compare/v0.21.0...v0.22.0) (2018-09-13) |
{ | ||
"name": "@untool/yargs", | ||
"version": "0.22.0", | ||
"version": "0.23.0", | ||
"description": "untool yargs mixin", | ||
@@ -26,3 +26,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@untool/core": "^0.22.0", | ||
"@untool/core": "^0.23.0", | ||
"mixinable": "^4.0.0", | ||
@@ -33,4 +33,3 @@ "yargs": "^12.0.0" | ||
"node": ">8.6.0" | ||
}, | ||
"gitHead": "bec152e8dc81ae24186facd87b0db4d9be521adb" | ||
} | ||
} |
@@ -5,3 +5,3 @@ # `@untool/yargs` | ||
`@untool/yargs` is a [core mixin](https://github.com/untool/untool/blob/master/packages/core/README.md#mixins) powering `untool`'s command line interface and allowing other mixins to define their own commands. These custom commands will work exactly as those defined by `untool`'s own modules and can be called using a local or global `un` executable. | ||
`@untool/yargs` is a [core mixin](https://github.com/untool/untool/blob/master/packages/core/README.md#mixins) powering `untool`'s command line interface and allowing other mixins to define their own commands. These custom commands will work exactly as those defined by `untool`'s own modules and can be called using executables such as [Hops CLI](https://github.com/xing/hops/blob/master/packages/cli/README.md). | ||
@@ -16,10 +16,8 @@ ### Installation | ||
`@untool/yargs` can either be used with `untool`'s own [command line interface](https://github.com/untool/untool/blob/master/packages/cli/README.md) or with another CLI frontend. It does not define any commands of its own, but only takes care of basically setting up [`yargs`](http://yargs.js.org). | ||
`@untool/yargs` does not define any commands of its own, but only takes care of basically setting up [`yargs`](http://yargs.js.org). | ||
## API | ||
`@untool/yargs` only has a couple of semi-private exports. Please check out [`untool`](https://github.com/untool/untool/blob/master/packages/cli/index.js), our main CLI package, to see how you can use them. | ||
`@untool/yargs` only has a couple of semi-private exports, but it exposes a couple of mixin hooks other mixins can implement, allowing them to alter or extend its functionality. These hooks will be called either by `@untool/yargs` itself or by others. | ||
`@untool/yargs` exposes a couple of mixin hooks other mixins can implement, allowing them to alter or extend its functionality. These hooks will be called either by `@untool/yargs` itself or by others. | ||
### `registerCommands(yargs)` ([pipe](https://github.com/untool/mixinable/blob/master/README.md#definepipe)) | ||
@@ -26,0 +24,0 @@ |
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
11406
6
91
+ Added@untool/core@0.23.0(transitive)
- Removed@untool/core@0.22.0(transitive)
Updated@untool/core@^0.23.0