Create UML diagrams rapidly.
brew cask install java
brew install graphviz
git clone https://github.com/amckinnell/umlgraph_tool
cd umlgraph_tool
rake
To generate a single diagram:./exe/generate ProductDomain
- Define your UML diagram in a YAML file in the 'templates' folder
- Run
rake
- View the generated graph in the
out
folder