0.0.2 • Published 10 years ago

hubot-script-boilerplate v0.0.2

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

Hubot: hubot-script-boilerplate

Build Status

A hubot script boilerplate

See src/script-boilerplate.coffee for full documentation.

Installation

Add hubot-script-boilerplate to your package.json file:

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

Add hubot-script-boilerplate to your external-scripts.json:

["hubot-script-boilerplate"]

Run npm install hubot-script-boilerplate

Sample Interaction

user> script abc123 
Hubot> script abc123
aaron> script me abc123
Hubot> script abc123
0.0.2

10 years ago

0.0.1

10 years ago