oclif / example-plugin-js

example oclif plugin in javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@oclif/example-plugin-js

example dxcli plugin in javascript

oclif Version CircleCI Appveyor CI Downloads/week License

Usage

$ 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-v15.11.0
$ oclif-example --help [COMMAND]
USAGE
  $ oclif-example COMMAND
...

Commands

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

About

example oclif plugin in javascript

License:MIT License


Languages

Language:JavaScript 96.7%Language:Batchfile 3.3%