Skip to content
/ MetaUML Public
forked from ogheorghies/MetaUML

UML diagrams for LaTeX/MetaPost

Notifications You must be signed in to change notification settings

xexeo/MetaUML

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MetaUML is a MetaPost library for creating UML diagrams, using a textual notation.

You can experiment with MetaUML online.

# Filename: example.mp
input metauml;
beginfig(1);
    Class.A("Point")("+x: int", "+y: int")();
    drawObject(A);
endfig;
end
mptopdf example.mp

For more information, see the wiki and the manual.

Unreleased features are documented in the manual, built locally as shown below.

Development

Make sure that make and docker are installed, and that docker ps works.

git clone git@github.com:ogheorghies/MetaUML.git
cd MetaUML
make

About

UML diagrams for LaTeX/MetaPost

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TeX 97.2%
  • Makefile 2.8%