@blueeast/bluerain-cli-electron
An Electron plugin for BlueRain CLI
Usage
$ npm install -g @blueeast/bluerain-cli-electron
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
@blueeast/bluerain-cli-electron/2.0.0-aplha.1 darwin-x64 node-v10.8.0
$ oclif-example --help [COMMAND]
USAGE
$ oclif-example COMMAND
...
Commands
oclif-example electron ACTION
describe the command here
USAGE
$ oclif-example electron ACTION
EXAMPLE
$ oclif-example hello
hello world from ./src/hello.ts!
See code: src/commands/electron.ts
oclif-example hi [FILE]
describe the command here
USAGE
$ oclif-example hi [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ bluerain hello
hello world from ./src/hello.ts!
See code: src/commands/hi.ts