PSGraphPlus icon indicating copy to clipboard operation
PSGraphPlus copied to clipboard

A utility module that makes use of PSGraph

PSGraphPlus

Utility module that makes use of PSGraph

GitPitch PitchMe presentation

Getting Started

# Install GraphViz from the Chocolatey repo
Register-PackageSource -Name Chocolatey -ProviderName Chocolatey -Location http://chocolatey.org/api/v2/
Find-Package graphviz | Install-Package -ForceBootstrap

# Install from the Powershell Gallery
Find-Module PSGraph -Repository PSGallery | Install-Module
Find-Module PSGraphPlus -Repository PSGallery | Install-Module

More Information

For more information

This project was generated using Kevin Marquette's Full Module Plaster Template.