Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaakaa/hubot-trac
hubot trac.
https://github.com/kaakaa/hubot-trac
Last synced: 23 days ago
JSON representation
hubot trac.
- Host: GitHub
- URL: https://github.com/kaakaa/hubot-trac
- Owner: kaakaa
- Created: 2016-01-19T13:17:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-19T13:17:43.000Z (almost 9 years ago)
- Last Synced: 2024-04-14T18:21:33.627Z (9 months ago)
- Language: CoffeeScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hubot-hubot-trac
hubot trac
See [`src/hubot-trac.coffee`](src/hubot-trac.coffee) for full documentation.
## Installation
In hubot project repo, run:
`npm install hubot-hubot-trac --save`
Then add **hubot-hubot-trac** to your `external-scripts.json`:
```json
["hubot-hubot-trac"]
```## Sample Interaction
```
user1>> hubot hello
hubot>> hello!
```