0.0.1 • Published 5 years ago

@blueeast/cli-electron v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@blueeast/bluerain-cli-electron

An Electron plugin for BlueRain CLI

oclif Version

CircleCI

Appveyor CI Codecov Downloads/week License

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