Skip to content

Latest commit

 

History

History
executable file
·
56 lines (46 loc) · 2.08 KB

README.md

File metadata and controls

executable file
·
56 lines (46 loc) · 2.08 KB

Example HOUSTON Plugin (TypeScript)

======================== Version CircleCI Appveyor CI Codecov Downloads/week License

To utilize this library, please go to the Lyndon Repository

Usage

$ npm install -g example-houston-plugin-ts
$ houston-example GUIDANCE
Communicating with Houston......
$ houston-example (-v|--version|version)
example-houston-plugin-ts/0.0.8 darwin-x64 node-v8.11.1
$ houston-example --help [GUIDANCE]
USAGE
  $ houston-example GUIDANCE
...

Guidances

houston-example hello [FILE]

describe the guidance here

USAGE
  $ houston-example hello [FILE]

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

EXAMPLE
  $ lyndon-example hello
  hello world from ./src/hello.ts!

See code: src/guidances/hello.ts