0.0.10 • Published 5 years ago

jerry-cli v0.0.10

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

jerry-cli

oclif Version CircleCI Codecov Downloads/week License

Usage

$ npm install -g jerry-cli
$ jerry-cli COMMAND
running command...
$ jerry-cli (-v|--version|version)
jerry-cli/0.0.9 darwin-x64 node-v12.4.0
$ jerry-cli --help [COMMAND]
USAGE
  $ jerry-cli COMMAND
...

Commands

jerry-cli add

haha

USAGE
  $ jerry-cli add

OPTIONS
  -n, --task=task  task

See code: src/commands/add.ts

jerry-cli db

USAGE
  $ jerry-cli db

See code: src/commands/db.ts

jerry-cli hello [FILE]

describe the command here

USAGE
  $ jerry-cli hello [FILE]

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

EXAMPLE
  $ jerry-cli hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

jerry-cli help [COMMAND]

display help for jerry-cli

USAGE
  $ jerry-cli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

jerry-cli show

This is a command for view task

USAGE
  $ jerry-cli show

See code: src/commands/show.ts

jerry-cli update [ID]

update

USAGE
  $ jerry-cli update [ID]

See code: src/commands/update.ts

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago