0.0.2 • Published 7 years ago

@heroku-cli/plugin-hello-world v0.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

@heroku-cli/plugin-hello-world

heroku CLI example plugin

Version CircleCI Appveyor CI Codecov Greenkeeper Known Vulnerabilities Downloads/week License

Install

with yarn:

$ yarn global add @heroku-cli/plugin-hello-world

or with npm:

$ npm install -g @heroku-cli/plugin-hello-world

Usage

$ heroku COMMAND
running command...
$ heroku (-v|--version|version)
@heroku-cli/plugin-hello-world/0.0.2 (darwin-x64) node-v9.5.0
$ heroku --help [COMMAND]
USAGE
  $ heroku COMMAND
...

Commands

hello:world FILE

describe the command here

USAGE
  $ heroku hello:world [FILE]

OPTIONS
  -f, --force
  -n, --name=name  name to print

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

  $ oclif-example hello --name myname
  hello myname from .src/hello.ts!

See code: src/commands/hello/world.ts

0.0.2

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago