1.0.4 • Published 2 years ago

semantic-oclif-example v1.0.4

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

semantic-oclif-example

example oclif project

oclif Version Downloads/week License

Usage

$ npm install -g semantic-oclif-example
$ semantic-oclif-example COMMAND
running command...
$ semantic-oclif-example (-v|--version|version)
semantic-oclif-example/1.0.4 linux-x64 node-v14.18.1
$ semantic-oclif-example --help [COMMAND]
USAGE
  $ semantic-oclif-example COMMAND
...

Commands

semantic-oclif-example hello [FILE]

describe the command here

USAGE
  $ semantic-oclif-example hello [FILE]

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

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

See code: src/commands/hello.ts

semantic-oclif-example help [COMMAND]

display help for semantic-oclif-example

USAGE
  $ semantic-oclif-example help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

semantic-oclif-example world [FILE]

describe the command here

USAGE
  $ semantic-oclif-example world [FILE]

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

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

See code: src/commands/world.ts