hubot-rocki
v1.1.1
Published
A hubot script to return ROCKI slogans when prompted
Readme
hubot-rocki
A hubot script to return ROCKI slogans when prompted
See src/rocki.coffee for full documentation.
Installation
In hubot project repo, run:
npm install hubot-rocki --save
Add hubot-rocki to your package.json file:
"dependencies": {
"hubot": ">= 2.5.1",
"hubot-rocki": "*"
}Then add hubot-rocki to your external-scripts.json:
["hubot-rocki"]