Skip to content

Instantly share code, notes, and snippets.

@WilDoane
Created December 4, 2012 16:24
Show Gist options
  • Save WilDoane/4205790 to your computer and use it in GitHub Desktop.
Save WilDoane/4205790 to your computer and use it in GitHub Desktop.
Quick creation of UML sequence diagrams from CLI
Using http://sdedit.sourceforge.net/example/index.html
java -jar sdedit-4.0-RC1.jar -o uml.pdf -t pdf -r Landscape UML.txt;open uml.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment