Created
January 8, 2020 15:10
-
-
Save SManAT/319ad28c5a9805b3ff807cc442c09edc to your computer and use it in GitHub Desktop.
Planet UML Batch File
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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