1.4.0 • Published 8 years ago

generator-catops-script v1.4.0

Weekly downloads
6
License
CC0
Repository
github
Last release
8 years ago

CatOps Hubot Script Generator Build Status NPM version

: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.

Open source licensing info

  1. TERMS
  2. LICENSE
  3. CFPB Source Code Policy