0.0.1 • Published 5 years ago

@_giobbi/g-cli-search v0.0.1

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

g-cli-search

Guilherme CLI Search plugin.

oclif Version CircleCI Codecov Downloads/week License

Usage

$ npm install -g g-cli-search
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
g-cli-search/0.0.1 linux-x64 node-v11.2.0
$ oclif-example --help [COMMAND]
USAGE
  $ oclif-example COMMAND
...

Commands

oclif-example hello [FILE]

describe the command here

USAGE
  $ oclif-example hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ oclif-example hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts