Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Graphical
1.0.2
Graphical.psm1
Get-ChildItem
"$PSScriptRoot\src\"
-Filter
*.ps1
|
ForEach-Object
{
.
$_
.
FullName
}
# Exporting the members and their aliases
Export-ModuleMember
Show-Graph
-Alias
Graph