Skip to content

Instantly share code, notes, and snippets.

@SManAT
Created January 8, 2020 15:10
Show Gist options
  • Save SManAT/319ad28c5a9805b3ff807cc442c09edc to your computer and use it in GitHub Desktop.
Save SManAT/319ad28c5a9805b3ff807cc442c09edc to your computer and use it in GitHub Desktop.
Planet UML Batch File
@echo off
echo Generating PNG Files
java -jar plantuml.1.2019.13.jar "./uml/*.txt" -tpng -progress
echo.
echo.
echo Generating SVG Files
java -jar plantuml.1.2019.13.jar "./uml/*.txt" -tsvg -progress
echo.
echo done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment