Getting Started With Hubot

You will need node.js and npm. Joyent has an excellent blog post on how to get those installed, so we’ll omit those details here. Once node and npm are ready, we can install the hubot generator: % npm install -g yo generator-hubot This will give us the hubot yeoman generator. Now we can make a […]