https://github.com/jacobsmith/hubot-doxen
https://github.com/jacobsmith/hubot-doxen
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jacobsmith/hubot-doxen
- Owner: jacobsmith
- Created: 2016-09-16T02:26:38.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-16T03:24:44.000Z (almost 10 years ago)
- Last Synced: 2026-05-05T09:34:55.932Z (3 months ago)
- Language: CoffeeScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hubot-lists
A hubot script that allows tracking various items in different lists.
See [`src/lists.coffee`](src/lists.coffee) for full documentation.
## Installation
In hubot project repo, run:
`npm install hubot-lists --save`
Then add **hubot-lists** to your `external-scripts.json`:
```json
[
"hubot-lists"
]
```
## Sample Interaction
```
user1>> hubot hello
hubot>> hello!
```