Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/combatpoodle/hubot-task-runner
- Owner: combatpoodle
- Created: 2015-09-18T00:06:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-18T00:06:37.000Z (over 9 years ago)
- Last Synced: 2024-11-13T17:11:57.469Z (about 2 months ago)
- Language: CoffeeScript
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!
```