1.1.3 • Published 8 years ago

hubot-waffle-board v1.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Build Status

hubot-waffle-board

What's my project status? (Done, Doing, New Issues)

Example usage:

> Hubot waffle board myproject?
> Hubot waffle board myorganization/myproject?

Installation via NPM

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

npm install hubot-waffle-board --save

Confirm that hubot-waffle-board appears as a dependency in your Hubot package.json file.

"dependencies": {
  "hubot":              "2.x",
  "hubot-scripts":      "2.x",
  "hubot-waffle-board": "*"
}

Add hubot-waffle-board to your external-scripts.json:

["hubot-waffle-board"]

Contributing

Running Unit Tests:

$ npm test

Feel free! Send a pull request :)

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago