PSModuleDevelopment.psm1

<#
    .NOTES
    --------------------------------------------------------------------------------
     Code generated by: SAPIEN Technologies, Inc., PowerShell Studio 2016 v5.2.127
     Generated on: 15.08.2016 20:43
     Generated by: Bosparan
     Organization: Infernal Associates ltd.
    --------------------------------------------------------------------------------
    .DESCRIPTION
        Script generated by PowerShell Studio 2016
#>


    # Perform Actions before loading the rest of the content
    . "$PSScriptRoot\scripts\preload.ps1"
    
    #region Load module content
    
    . "$PSScriptRoot\functions\Get-ExHelp.ps1"
    Export-ModuleMember -Function Get-ExHelp
    . "$PSScriptRoot\functions\Get-ModuleDebug.ps1"
    Export-ModuleMember -Function Get-ModuleDebug
    . "$PSScriptRoot\functions\Import-ModuleDebug.ps1"
    Export-ModuleMember -Function Import-ModuleDebug -Alias ipmod
    . "$PSScriptRoot\functions\Remove-ModuleDebug.ps1"
    Export-ModuleMember -Function Remove-ModuleDebug
    . "$PSScriptRoot\functions\Restart-Shell.ps1"
    Export-ModuleMember -Function Restart-Shell -Alias rss
    . "$PSScriptRoot\functions\Set-ModuleDebug.ps1"
    Export-ModuleMember -Function Set-ModuleDebug -Alias smd
    
    #endregion Load module content
    
    # Perform Actions after loading the module contents
    . "$PSScriptRoot\scripts\postload.ps1"