0.0.4 • Published 10 years ago

hubot-teambox v0.0.4

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

Hubot-Teambox

A hubot script to interact with teambox

See src/teambox.coffee for full documentation.

Installation

Add hubot-teambox to your package.json file:

"dependencies": {
  "hubot": ">= 2.5.1",
  "hubot-scripts": ">= 2.4.2",
  "hubot-teambox": ">= 0.0.0"
}

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

["hubot-teambox"]

Run npm install

Sample Interaction

user1>> hubot teambox projects
hubot>> '12352 - test project'
hubot>> '23144 - another test project'
0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago