hubot-task-agent

0.1.1 • Public • Published

Hubot: hubot-task-agent

Build Status

Assign tasks to users in random

See src/task-agent.coffee for full documentation.

Installation

Add hubot-task-agent to your package.json file:

npm install --save hubot-task-agent

Add hubot-task-agent to your external-scripts.json:

["hubot-task-agent"]

Run npm install

Sample Interaction

user1>> hubot user1 can do cleaning task
hubot>> OK, user1 can do the 'cleaning' task.
user1>> hubot what tasks can user1 do?
hubot>> user1 can do the following tasks: cleaning.
user1>> hubot user2 can do cleaning task
hubot>> OK, user2 can do the 'cleaning' task.
user1>> hubot who can do cleaning task?
hubot>> The following people can do the 'cleaning' task: user1, user2
user1>> hubot assign cleaning task to a user
hubot>> The following people is assigned to the 'cleaning' task: user1

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.13latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.13
0.1.00
0.0.70
0.0.60
0.0.50
0.0.40
0.0.30
0.0.20
0.0.10

Package Sidebar

Install

npm i hubot-task-agent

Weekly Downloads

1

Version

0.1.1

License

MIT

Last publish

Collaborators

  • tsmsogn