Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 476 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 476 Bytes

generator-hubot-script-simple

A simple Yeoman generator for Hubot scripts. Currently provides templates for CoffeeScript and JavaScript.

Usage

Install the generator and Yeoman:

npm install -g yo bower grunt-cli gulp
npm install -g generator-hubot-script-simple

Note that you may need to sudo in order to run npm install -g on your machine.

Then create a new directory and create your script:

mkdir my-script
cd my-script
yo hubot-script-simple