🐈 A generator for simple Hubot scripts with brain storage, environment variables and mocha tests.
First, install Yeoman and generator-hubot-script-mocha using npm (we assume you have pre-installed node.js).
npm install -g yo generator-hubot-script-mocha
Then generate your new Hubot script:
mkdir hubot-awesome-script
cd hubot-awesome-script
yo hubot-script-mocha
Run your script's tests with: npm test
Watch for file changes and run tests automatically with: npm run watch
Please read our general contributing guidelines.