generator-catops-script
v1.4.0
Published
A generator for creating Hubot scripts with brain storage, environment variables and robust mocha tests
Downloads
9
Maintainers
Readme
CatOps Hubot Script Generator
:cat: A Yeoman generator for creating Hubot scripts with brain storage, environment variables and robust mocha tests.
Installation
First, install Yeoman and generator-catops-script using npm (we assume you have pre-installed node.js).
npm install -g yo generator-catops-script
Then generate your new Hubot script:
mkdir hubot-awesome-script
cd hubot-awesome-script
yo catops-script
Run your script's tests with: npm test
Watch for file changes and run tests automatically with: npm run watch
Contributing
Please read our general contributing guidelines.