Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1011 Bytes

README.md

File metadata and controls

38 lines (22 loc) · 1011 Bytes

UML Graph Tool

Create UML diagrams rapidly.

Quick Start

brew install openjdk@11
brew install graphviz
git clone [email protected]:nulogy/umlgraph_tool.git
cd umlgraph_tool
rake

Troubleshooting:

  1. Follow the instructions to create the symlink after running: brew install openjdk@11;
  2. In case you've lost those instructions run: brew info openjdk@11;
  3. Later versions of the OpenJDK are incompatible with the UmlGraph tool.

Usage

To generate a single diagram: ./exe/generate ProductDomain

To Generate All Diagrams

  1. Define your UML diagram in a YAML file in the templates/ folder
  2. Run rake
  3. View the generated UML diagrams in the out folder

References

UMLGraph is the original project that this project is based on

Colours that you can use in your templates

Tags are used to specify your UML diagram