Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)