pierre3 / PlantUmlClassDiagramGenerator

This is a generator to create a class-diagram of PlantUML from the C# source code.
MIT License
654 stars 129 forks source link

Add link to dockerfile, if desired #27

Open minism opened 4 years ago

minism commented 4 years ago

Hello! Thanks for your work on this tool, its been really helpful for me.

I created a dockerfile which installs java, .NET SDK, graphviz, plantUML and your tool, to make it easier to run a one-off on C# code without needing to setup any dependencies.

https://hub.docker.com/repository/docker/minism/plantuml-csharp

Feel free to link to this somewhere on your README if you'd like.