Stephanevg / PSClassUtils

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

Added the changes requested in the previous PR #74

Closed LxLeChat closed 5 years ago

LxLeChat commented 5 years ago

Created the following helper functions: -Find-CuClass -> wraps get-cuclass and return a group object of classes

-New-CuGraphExport -> wraps Out-CUPSGraph and return a Graph

New-CUGraphExport -> Helper function to generate a Graph export file , wraps Export-PSGraph.

added 2 tests (for OutPutType)