Skip to content

Latest commit

 

History

History
35 lines (17 loc) · 435 Bytes

README.md

File metadata and controls

35 lines (17 loc) · 435 Bytes

t: hubot-fail

Image Generator based on the word 'fail' for Hubots.

See src/fail.coffee for full documentation.

Installation

Add hubot-fail to your package.json file:

"dependencies": {
  "hubot": ">= 2.5.1",
  "hubot-scripts": ">= 2.4.2",
  "hubot-fail": ">= 0.0.0"
}

Add hubot-fail to your external-scripts.json:

["hubot-fail"]

Run npm install hubot-fail