Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/combatpoodle/hubot-task-runner

Task runner for hubot
https://github.com/combatpoodle/hubot-task-runner

Last synced: 10 days ago
JSON representation

Task runner for hubot

Awesome Lists containing this project

README

        

# hubot-hubot-task-runner

A hubot script for running distributed tasks

See [`src/hubot-task-runner.coffee`](src/hubot-task-runner.coffee) for full documentation.

## Installation

In hubot project repo, run:

`npm install hubot-hubot-task-runner --save`

Then add **hubot-hubot-task-runner** to your `external-scripts.json`:

```json
[
"hubot-hubot-task-runner"
]
```

## Sample Interaction

```
user1>> hubot hello
hubot>> hello!
```