Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
PsCraft
0.1.6
Public/Move-ModulePath.ps1
function
Move-ModulePath
{
# .SYNOPSIS
# Helps organize the folder structure of installed modules.
[
CmdletBinding
(
)
]
[
Alias
(
'Organize-ModulePath'
)
]
param
(
)
process
{
}
}