Skip to content

A simple tool for describing UML diagrams in YAML.

Notifications You must be signed in to change notification settings

nulogy/umlgraph_tool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UML Graph Tool

Create UML diagrams rapidly.

Quick Start

brew install openjdk@11
brew install graphviz
git clone git@github.com: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

About

A simple tool for describing UML diagrams in YAML.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Roff 82.5%
  • Ruby 6.2%
  • HTML 6.0%
  • Shell 5.3%