0.0.0 • Published 4 years ago

cs_api v0.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

cs_api

oclif Version Downloads/week License

Usage

$ npm install -g cs_api
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
cs_api/0.0.0 linux-x64 node-v13.13.0
$ oclif-example --help [COMMAND]
USAGE
  $ oclif-example COMMAND
...

Commands

oclif-example create-entries

Describe the command here

USAGE
  $ oclif-example create-entries

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

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/create-entries.js

oclif-example hello

Describe the command here

USAGE
  $ oclif-example hello

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

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/hello.js