Skip to content
forked from isukces/AutoUml

Create UML diagrams directly from .NET code using annotation

License

Notifications You must be signed in to change notification settings

hundker/AutoUml-2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is AutoUML

Need UML diagrams directly from .NET source code? AutoUML is for you. AutoUML uses internally PlantUML.

Features

  • create UML diagrams from any .NET code annotation
  • export to PNG o SVG files

Example

alt text

Some other examples containing both source PUML files and images can be found here: https://github.com/isukces/AutoUml/tree/master/docs/testsResults .

How it works?

UML diagram creation process consists of few steps:

  • preparing UML project with prefered settings (some default settings are provided)
  • scanning source code for annotations
  • preparing PUML files (see PlantUML)
  • converting PUML files into images

About

Create UML diagrams directly from .NET code using annotation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%