plantuml

Create UML diagrams from simple text descriptions

brewmacoslinux
Try with needOr install directly
Source

About

Draw UML diagrams

Commands

plantuml

Examples

Generate PNG diagram from PlantUML file$ plantuml diagram.puml -o output_dir
Create SVG format output from diagram definition$ plantuml -tsvg diagram.puml
Generate diagram from stdin and output to file$ echo '@startuml Alice -> Bob: Hello @enduml' | plantuml -tpng -o . /dev/stdin