Stephanevg / PSClassUtils

A set of utilities to work with Powershell Classes
http://powershelldistrict.com/how-to-generate-a-uml-diagram-using-powershell/
91 stars 23 forks source link

Add ClassDiagram of PsClassUtils as part of the document #123

Closed Stephanevg closed 11 months ago

Stephanevg commented 4 years ago

SHAME ON ME!!!

This is a module helping to generate UML diagrams of your classes for documentation purposes, and I realized today, that we don't even have our Class structured document. Boooooooo!! 👎

So, running write-CUClassDiagram -Path ./PsClassUtils/Code/ might suffice

tomlarse commented 4 years ago

Do you want it just in the Readme under "Live Examples"?

tomlarse commented 4 years ago

Something like this?

https://github.com/tomlarse/PSClassUtils/tree/iss123#psclassutils-1

Stephanevg commented 4 years ago

Hi, that would be perfect yes @tomlarse