Skip to content

BatuhanW/oclif-starter

Repository files navigation

oclif-starter

oclif Version Downloads/week License

Usage

$ npm install -g oclif-starter
$ oclif-starter COMMAND
running command...
$ oclif-starter (-v|--version|version)
oclif-starter/0.1.0 darwin-x64 node-v12.22.1
$ oclif-starter --help [COMMAND]
USAGE
  $ oclif-starter COMMAND
...

Commands

oclif-starter hello [FILE]

describe the command here

USAGE
  $ oclif-starter hello [FILE]

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

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

See code: src/commands/hello.ts

oclif-starter help [COMMAND]

display help for oclif-starter

USAGE
  $ oclif-starter help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published