/grucd-plantuml

Plantuml renderer built on top of grucd

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

grucd

Requirements

In order to use this library GraphViz should be installed on the system that will be running it

Installing

To generate an executable version of the tool for now you can clone this project and run:

./gradlew FatJar

You can then run the tool with java -jar grucd.jar

Contributing

Pushing changes and Updating the Version

You can use the scripts/tagAndPush.sh script to tag a snapshot and push it as a new release.