plantuml
all
Create UML diagrams from a plain text language and render them in different formats.
More info →Examples (8)
Render diagrams to default format (PNG)
plantuml diagram1.puml diagram2.pumlRender a diagram in given format (e.g. `png`, `pdf`, `svg`, `txt`)
plantuml -t format diagram.pumlRender all diagrams of a directory
plantuml path/to/diagramsRender a diagram to the output directory
plantuml -o path/to/output diagram.pumlRender a diagram without storing the diagram's source code (Note: It's stored by default when the `-nometadata` option isn't specified)
plantuml -nometadata diagram.png > diagram.pumlRetrieve source from a `plantuml` diagram's metadata
plantuml -metadata diagram.png > diagram.pumlRender a diagram with the configuration file
plantuml -config config.cfg diagram.pumlDisplay help
plantuml -helpmade by @shridhargupta | data from tldr-pages