Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

oclif_projects

farmanp12MIT0.0.0TypeScript support: included

idk i wanna test

oclif

readme

oclif_projects

idk i wanna test

oclif Version Downloads/week License

oclif_projects bye [FILE]

describe the command here

USAGE
  $ oclif_projects bye [FILE]

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

See code: [src/commands/bye.ts](https://github.com/farmanp/oclifprojects/blob/v0.0.0/src/commands/bye.ts)_

oclif_projects hello [FILE]

describe the command here

USAGE
  $ oclif_projects hello [FILE]

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

EXAMPLE
  $ oclif_projects hello
  hello world from ./src/hello.ts!

See code: [src/commands/hello.ts](https://github.com/farmanp/oclifprojects/blob/v0.0.0/src/commands/hello.ts)_

oclif_projects help [COMMAND]

display help for oclif_projects

USAGE
  $ oclif_projects help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

oclif_projects mycommand

LOL WHO CRARES

USAGE
  $ oclif_projects mycommand

See code: [src/commands/mycommand.ts](https://github.com/farmanp/oclifprojects/blob/v0.0.0/src/commands/mycommand.ts)_