Skip to content

matthewrwilton/Ef6Uml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ef6Uml

WIP

Outputs the script required to generate a class diagram with yUML of all the entities and their relationships from an Entity Framework 6 DbContext.

Design Notes

To allow for future customisation of the input (initially Ef6) or output (initially yUML) the application will be designed to work in 2 stages.

  1. Build a UML model from the input.

  2. Output the UML model in the desired format.

License

Apache License, Version 2.0

About

Generates a UML class diagram from an Ef6 DbContext

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages