0.0.1 • Published 10 years ago

hubot-heroku-github v0.0.1

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

Hubot: hubot-heroku-github

A hubot script to control projects hosted on GitHub and deployed to Heroku

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

Installation

Add hubot-heroku-github to your package.json file:

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

Add hubot-heroku-github to your external-scripts.json:

["hubot-heroku-github"]

Run npm install

Sample Interaction

user1>> hubot hello
hubot>> hello!
0.0.1

10 years ago

0.0.0

10 years ago