Create UML diagrams from simple text descriptions
Draw UML diagrams
plantuml
$ plantuml diagram.puml -o output_dir
$ plantuml -tsvg diagram.puml
$ echo '@startuml Alice -> Bob: Hello @enduml' | plantuml -tpng -o . /dev/stdin