Skip to content

A utility module that makes use of PSGraph

License

Notifications You must be signed in to change notification settings

GrundstromT/PSGraphPlus

 
 

Repository files navigation

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.

About

A utility module that makes use of PSGraph

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 96.3%
  • Gherkin 3.7%