Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taichi/umlbot
uml generator bot for slack
https://github.com/taichi/umlbot
Last synced: 3 months ago
JSON representation
uml generator bot for slack
- Host: GitHub
- URL: https://github.com/taichi/umlbot
- Owner: taichi
- License: gpl-3.0
- Created: 2014-12-22T11:45:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-24T02:48:36.000Z (over 8 years ago)
- Last Synced: 2024-10-13T01:41:46.402Z (3 months ago)
- Language: Java
- Size: 4.05 MB
- Stars: 59
- Watchers: 4
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UMLbot
UML genrator bot for Slack on top PlantUML
## Let's try
1. setup [outgoing-webhook](https://my.slack.com/services/new/outgoing-webhook)
2. [![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)
3. set URL to Heroku. URL same as Heroku application name or your domain name.
4. set TOKEN to Heroku from outgoing-webhook
5. set URL(s) to outgoing-webhook same as URL## Screenshot
![umlbot](https://raw.githubusercontent.com/taichi/umlbot/master/docs/umlbot.png)
![class](https://raw.githubusercontent.com/taichi/umlbot/master/docs/class.png)
![object](https://raw.githubusercontent.com/taichi/umlbot/master/docs/object.png)
![wireframe](https://raw.githubusercontent.com/taichi/umlbot/master/docs/wireframe.png)
## License
GPL v3
## Required Environment
Java8 or higher
## Build
./gradlew installDist
## Test
./gradlew test
## CI status
[![wercker status](https://app.wercker.com/status/c1ba9b381bde8b76b181c3d4a1cc90d0/m "wercker status")](https://app.wercker.com/project/bykey/c1ba9b381bde8b76b181c3d4a1cc90d0)