0.0.9 • Published 6 years ago

ggcli v0.0.9

Weekly downloads
9
License
MIT
Repository
github
Last release
6 years ago

ggcli

guige.io iot server tools

Version CircleCI Appveyor CI Codecov Downloads/week License

Usage

$ npm install -g ggcli
$ ggcli COMMAND
running command...
$ ggcli (-v|--version|version)
ggcli/0.0.1 darwin-x64 node-v9.6.0
$ ggcli --help [COMMAND]
USAGE
  $ ggcli COMMAND
...

Commands

ggcli hello

Describe the command here

USAGE
  $ ggcli hello

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

DESCRIPTION
  Describe the command here
  ...
  Extra documentation goes here

See code: src/commands/hello.js

ggcli help COMMAND

display help for ggcli

USAGE
  $ ggcli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help