@oclif/example-plugin-js
Version:
example dxcli plugin in javascript
54 lines (44 loc) • 1.83 kB
Markdown
@oclif/example-plugin-js
========================
example dxcli plugin in javascript
[](https://oclif.io)
[](https://npmjs.org/package/@oclif/example-plugin-js)
[](https://circleci.com/gh/oclif/example-plugin-js/tree/master)
[](https://ci.appveyor.com/project/oclif/example-plugin-js/branch/master)
[](https://codecov.io/gh/oclif/example-plugin-js)
[](https://npmjs.org/package/@oclif/example-plugin-js)
[](https://github.com/oclif/example-plugin-js/blob/master/package.json)
<!-- toc -->
* [Usage](#usage)
* [Commands](#commands)
<!-- tocstop -->
# Usage
<!-- usage -->
```sh-session
$ npm install -g @oclif/example-plugin-js
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
@oclif/example-plugin-js/1.10.6 linux-x64 node-v10.10.0
$ oclif-example --help [COMMAND]
USAGE
$ oclif-example COMMAND
...
```
<!-- usagestop -->
# Commands
<!-- commands -->
* [`oclif-example hello`](#oclif-example-hello)
## `oclif-example hello`
Describe the command here
```
USAGE
$ oclif-example hello
OPTIONS
-n, --name=name name to print
DESCRIPTION
...
Extra documentation goes here
```
_See code: [src/commands/hello.js](https://github.com/oclif/example-plugin-js/blob/v1.10.6/src/commands/hello.js)_
<!-- commandsstop -->