0.0.3 • Published 9 years ago

hubot-ikr v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

Hubot: IKNOWRIGHT?!

hubot-ikr listens for adverb-phrases that commonly convey enthusiasm, and responds by validating the shit out of them.

IKNOWRIGHT?!

Installation

Run the following command to install this module as a Hubot dependency

$ npm install hubot-ikr --save

Add hubot-ikr to your hubot's package.json and external-scripts.json (you may need to create this file).

In package.json it looks like this:

"dependencies": { 
"stuff",
"hubot-ikr": "0.0.1",
"other stuff"
}

In external-scripts.json it looks like this:

  [
  "stuff",
  "hubot-ikr",
  "other stuff"
  ]
0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago