@anycli/dev-cli

helpers for anycli CLIs

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@anycli/dev-cli
60810.3.106 years ago6 years agoMinified + gzip package size for @anycli/dev-cli in KB

Readme

@anycli/dev-cli
helpers for anycli CLIs
Version CircleCI Appveyor CI Codecov Greenkeeper Known Vulnerabilities Downloads/week License
Installing @anycli/dev-cli
with yarn:
$ yarn global add @anycli/dev-cli

or with npm:
$ npm install -g @anycli/dev-cli
Usage
```sh-session $ anycli-dev COMMAND running command... $ anycli-dev (-v|--version|version) @anycli/dev-cli/0.3.9 (linux-x64) node-v9.5.0 $ anycli-dev --help COMMAND USAGE $ anycli-dev COMMAND OPTIONS ...
<!-- usagestop -->
<!-- commands -->
# Commands

* [anycli-dev help [COMMAND] [OPTIONS]](#help)
* [anycli-dev manifest [PATH] [OPTIONS]](#manifest)
* [anycli-dev readme [OPTIONS]](#readme)
## help

display help for anycli-dev
USAGE $ anycli-dev help COMMAND OPTIONS
ARGUMENTS COMMAND command to show help for
OPTIONS --all see all commands in CLI
_See code: [@anycli/plugin-help](https://github.com/anycli/plugin-help/blob/v0.7.2/src/commands/help.ts)_

## 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 version
_See code: [@anycli/dev-cli](https://github.com/anycli/dev-cli/blob/v0.3.9/src/commands/manifest.ts)_

## 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: ```
See code: @anycli/dev-cli