Package Exports
- @anycli/dev-cli
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@anycli/dev-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@anycli/dev-cli
helpers for anycli CLIs
Installing @anycli/dev-cli
with yarn:
$ yarn global add @anycli/dev-clior with npm:
$ npm install -g @anycli/dev-cli
Usage
$ anycli-dev COMMAND
running command...
$ anycli-dev (-v|--version|version)
@anycli/dev-cli/0.3.6 (linux-x64) node-v9.5.0
$ anycli-dev --help [COMMAND]
USAGE
$ anycli-dev COMMAND [OPTIONS]
...Commands
manifest
generates plugin manifest json
USAGE
$ anycli-dev manifest [PATH] [OPTIONS]
ARGUMENTS
PATH [default: .] path to plugin
OPTIONS
--help show CLI help
--version show CLI versionSee code: @anycli/dev-cli
readme
adds commands to README.md in current directory
USAGE
$ anycli-dev readme [OPTIONS]
OPTIONS
--multi create a different markdown page for each topic
DESCRIPTION
The readme must have any of the following tags inside of it for it to be replaced or else it will do nothing:
<!-- install -->
<!-- usage -->
<!-- commands -->See code: @anycli/dev-cli