0.0.1 • Published 10 years ago

hubot-devopsto v0.0.1

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

Hubot: hubot-devopsto

A hubot script that does the things

See src/hello-world.coffee for full documentation.

Installation

Add hubot-devopsto to your package.json file:

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

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

["hubot-devopsto"]

Run npm install

Sample Interaction

user1>> hubot hello
hubot>> hello!
0.0.1

10 years ago