Graphical.psm1
1 2 3 4 5 6 7 |
Get-ChildItem "$PSScriptRoot\src\" -Filter *.ps1 | ForEach-Object { . $_.FullName } # Exporting the members and their aliases Export-ModuleMember Show-Graph -Alias Graph |