1.0.0 • Published 7 years ago
generator-st2pack v1.0.0
Stackstorm Hello Pack generator
Yeoman generator that scaffolds out a stackstorm pack

Features
- create scaffold for stackform pack: hello_st2
- create scaffold for stackstorm action
- Generate README.md file out of .yo-rc.jsonfile.
Getting Started
- Install: npm install --global yo generator-st2pack
- Run yo st2packto scaffold your stackstorm pack
- Run yo st2pack:actionto scaffold stackstorm action
- Run st2 pack install file:///$PWDto install pack
- Commands like st2 pack list,st2 action list,st2 rule listandst2 trigger listwill show you the loaded content.
Do no edit
yo-rc.yamlfile manually as it'll overwritten in next run. This file is read to generate README.md file for the scaffolded project.
Follow the official stackstorm guide for more information on submitting stackstorm pack to community
Docs
- getting started with this generator
- contribution docs and FAQ, good to check before posting an issue
Options
- --skip-welcome-messageSkips Yeoman's greeting before displaying options.
- --skip-install-messageSkips the the message displayed after scaffolding has finished and before the dependencies are being installed.
- --skip-installDoesn't automatically install dependencies after scaffolding has finished.
- --test-framework=<framework>Either- mochaor- jasmine. Defaults to- mocha.
Contribute
See the contributing docs.
License
1.0.0
7 years ago