PlantUML Snippets
Source: PlantUML Command Line
# Generate diagrams in PNG format for each filejava -jar plantuml.jar file1 file2 file3
# if plantuml CLI is installed, can substitute java -jar plantuml.jar with plantumlplantuml -png mydiagram.puml
# Generate an ASCII Art file using Unicode charactersplantuml -utxt mydiagram.puml