GitHunt
BU

busticated/example-multi-js

example multi-command CLI built with javascript

@oclif/example-multi-js

example multi-command CLI built with javascript

oclif
Version
CircleCI
Appveyor CI
Codecov
Downloads/week
License

Usage

$ npm install -g @oclif/example-multi-js
$ example-multi-js COMMAND
running command...
$ example-multi-js (-v|--version|version)
@oclif/example-multi-js/1.10.6 darwin-x64 node-v12.14.1
$ example-multi-js --help [COMMAND]
USAGE
  $ example-multi-js COMMAND
...

Commands

example-multi-js goodbye

Describe the command here

USAGE
  $ example-multi-js goodbye

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/goodbye.js

example-multi-js hello

Describe the command here

USAGE
  $ example-multi-js hello

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/hello.js

example-multi-js help [COMMAND]

display help for example-multi-js

USAGE
  $ example-multi-js help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

example-multi-js serial

Show devices connected via serial to your computer

USAGE
  $ example-multi-js serial

See code: src/commands/serial/index.js

Languages

JavaScript99.9%Batchfile0.1%

Contributors

MIT License
Created March 4, 2020
Updated March 15, 2026