0.0.1 • Published 9 years ago

hubot-the-greater-good v0.0.1

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

hubot-the-greater-good

What is this?

Hubot script that shows an image from Hot Fuzz when anybody says "greater good".

Installation via NPM

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

npm install hubot-the-greater-good --save

Confirm that hubot-the-greater-good appears as a dependency in your Hubot package.json file.

"dependencies": {
  "hubot":              "2.x",
  "hubot-scripts":      "2.x",
  "hubot-the-greater-good": "*"
}

To enable the script, add the hubot-the-greater-good entry to the external-scripts.json file (you may need to create this file).

  ["hubot-the-greater-good"]

Contributing

Feel free! Send a pull request :)

0.0.1

9 years ago