0.0.0 • Published 3 years ago

@chsingh678/oclif-firstplugin v0.0.0

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

oclif-firstplugin

First oclif Example plugin

oclif Version Downloads/week License

Usage

$ npm install -g @chsingh678/oclif-firstplugin
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
@chsingh678/oclif-firstplugin/0.0.0 darwin-x64 node-v16.11.1
$ 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