Skip to content

Instantly share code, notes, and snippets.

View alainassaf's full-sized avatar

Alain Assaf alainassaf

View GitHub Profile
@alainassaf
alainassaf / showflow.ps1
Last active March 6, 2018 21:05
showflow example
# *** START: ShowFlow *********************************************************
if ($ShowFlow) {
# 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 PSGraph from the Powershell Gallery
Find-Module PSGraph | Install-Module
# Import Module PSGraph