Public/Move-ModulePath.ps1

function Move-ModulePath {
  # .SYNOPSIS
  # Helps organize the folder structure of installed modules.
  [CmdletBinding()]
  [Alias('Organize-ModulePath')]
  param (
  )

  process {
  }
}