A template project for PlantUML based diagram projects.
- JDK 11
- graphviz installed and
dot
binary onPATH
.
Or use pre-configured Dockerfile with docker-compose.yml
- clone this repository
- rename project in
settings.gradle
- create your diagrams in
src
folder - build the project and find your diagrams in
build
folder- Only
.puml
files are converted, you can use other extension for local libraries
- Only
./gradlew png
- conversion to PNG files./gradlew svg
- conversion to SVG files./gradlew stdlib
- extracts standard library sprites tobuild/stdlib
folder
docker-compose build
- prepare the build imagedocker-compose up
- run the build
Remember to change UID
and GID
to your values in .env
file