We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
For Mac:
brew install node
brew install redis
Be sure to follow the instructions from Brew for installing Redis.
Install all of the required dependencies by running npm install.
npm install
It's easy to test scripts locally with an interactive shell:
% export PATH="node_modules/.bin:$PATH" % bin/hubot
... and to run unit tests:
% make test