Skip to content

PlantUML Snippets

Source: PlantUML Command Line

Terminal window
# Generate diagrams in PNG format for each file
java -jar plantuml.jar file1 file2 file3
# if plantuml CLI is installed, can substitute java -jar plantuml.jar with plantuml
plantuml -png mydiagram.puml
# Generate an ASCII Art file using Unicode characters
plantuml -utxt mydiagram.puml