Module Tools - Adding Pretty Pictures with PSGraph

The next project I want to add to our module tool belt is PSGraph. PSGraph is a helper module written by Kevin Marquette that lets you work with Graphviz in PowerShell. Graphiz is an open source set of tools that allow you to create some really powerful graphs and diagrams. With PSGraph we can leverage these capabilities in PowerShell.

The Good Stuff: Go take a look at PSGraph. and start making some diagrams.

PSGraph is a DSL that allows you to interact with the

Written on