0.0.1 • Published 10 years ago

hubot-email-hashtag v0.0.1

Weekly downloads
1
License
-
Repository
github
Last release
10 years ago

Hubot: hubot-email-hashtag

A hubot script that sends hashtagged messages to a specified email address.

See src/email-hashtag.coffee for full documentation.

Installation

Add hubot-email-hashtag to your package.json file:

"dependencies": {
  "hubot": ">= 2.5.1",
  "hubot-scripts": ">= 2.4.2",
  "hubot-email-hashtag": ">= 0.0.0",
  "hubot-hipchat": "~2.5.1-5",
}

Add hubot-email-hashtag to your external-scripts.json:

["hubot-email-hashtag"]

Run npm install

0.0.1

10 years ago