-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGenXdev.Coding.PowerShell.Modules.psm1
More file actions
19 lines (18 loc) · 1.6 KB
/
Copy pathGenXdev.Coding.PowerShell.Modules.psm1
File metadata and controls
19 lines (18 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
. "$PSScriptRoot\Functions\GenXdev.Coding.PowerShell.Modules\Assert-GenXdevCmdlet.ps1"
. "$PSScriptRoot\Functions\GenXdev.Coding.PowerShell.Modules\Assert-GenXdevCmdletTests.ps1"
. "$PSScriptRoot\Functions\GenXdev.Coding.PowerShell.Modules\Assert-GenXdevDependencyUsage.ps1"
. "$PSScriptRoot\Functions\GenXdev.Coding.PowerShell.Modules\Assert-GenXdevTest.ps1"
. "$PSScriptRoot\Functions\GenXdev.Coding.PowerShell.Modules\Assert-ModuleDefinition.ps1"
. "$PSScriptRoot\Functions\GenXdev.Coding.PowerShell.Modules\EnsureCopilotKeyboardShortCut.ps1"
. "$PSScriptRoot\Functions\GenXdev.Coding.PowerShell.Modules\EnsureDefaultGenXdevRefactors.ps1"
. "$PSScriptRoot\Functions\GenXdev.Coding.PowerShell.Modules\Get-CmdletMetaData.ps1"
. "$PSScriptRoot\Functions\GenXdev.Coding.PowerShell.Modules\Get-GenXDevModule.ps1"
. "$PSScriptRoot\Functions\GenXdev.Coding.PowerShell.Modules\Get-GenXDevModuleinfo.ps1"
. "$PSScriptRoot\Functions\GenXdev.Coding.PowerShell.Modules\Get-GenXDevNewModulesInOrderOfDependency.ps1"
. "$PSScriptRoot\Functions\GenXdev.Coding.PowerShell.Modules\Get-ModuleCmdletMetaData.ps1"
. "$PSScriptRoot\Functions\GenXdev.Coding.PowerShell.Modules\Invoke-GenXdevPSFormatter.ps1"
. "$PSScriptRoot\Functions\GenXdev.Coding.PowerShell.Modules\Invoke-GenXdevScriptAnalyzer.ps1"
. "$PSScriptRoot\Functions\GenXdev.Coding.PowerShell.Modules\New-ModuleMarkdownHelp.ps1"
. "$PSScriptRoot\Functions\GenXdev.Coding.PowerShell.Modules\New-ModuleXmlHelp.ps1"
. "$PSScriptRoot\Functions\GenXdev.Coding.PowerShell.Modules\Search-GenXdevCmdlet.ps1"
. "$PSScriptRoot\Functions\GenXdev.Coding.PowerShell.Modules\Show-GenXdevCmdLetInIde.ps1"