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

Install-Graphviz Cmdlet is not cross platform #131

Open bateskevin opened 2 years ago

bateskevin commented 2 years ago

I tried installing the module on a mac system, where I realized, to install the prerequisites it tries to invoke chocolatey to install the graphviz package.

This is of course not cross platform. Graphviz is also available for other platforms over yum, brew etc.