ps-plugin

0.0.2 • Public • Published

ps-plugin

sample pluralsight plugin

oclif Version Downloads/week License

Usage

$ npm install -g ps-plugin
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
ps-plugin/0.0.2 darwin-x64 node-v14.5.0
$ oclif-example --help [COMMAND]
USAGE
  $ oclif-example COMMAND
...

Commands

oclif-example appcommand

say hi to an app

USAGE
  $ oclif-example appcommand

OPTIONS
  -a, --app=app        (required) app to run command against
  -r, --remote=remote  git remote of app to use

See code: src/commands/appcommand.ts

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

Readme

Keywords

Package Sidebar

Install

npm i ps-plugin

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

135 kB

Total Files

13

Last publish

Collaborators

  • jeffhongxiao