QuickModuleCLI
0.2.1
This provides a CLI tool to easily create Powershell Functions, configuration and environment variables without maneuvering through file explorer and the Windows environment.
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
(c) 2020 Edward Lichtman. All rights reserved.
Package Details
Author(s)
- Edward Lichtman
Functions
Add-QuickAlias Add-QuickFunction Edit-QuickCommand New-QuickModule Remove-QuickCommand Remove-QuickModule Rename-QuickCommand Reset-QuickCommand Set-Env Update-QuickModule Move-QuickCommand
PSEditions
Dependencies
This module has no dependencies.
Release Notes
Changes all instances of -QuickModule to -NestedModule, internal upgrades for easier understandability.
Removes ConvertTo-PSON in place of just creating a new ModuleManifest.
Changes all instances of -QuickModule to -NestedModule, internal upgrades for easier understandability.
Adds Move-QuickCommand function to move Quick command between modules.
FileList
- QuickModuleCLI.nuspec
- LICENSE
- ManualTests.md
- QuickModuleCLI.psd1
- QuickModuleCLI.psm1
- Readme.md
- Root\Add-QuickAlias.ps1
- Root\Add-QuickFunction.ps1
- Root\Edit-QuickCommand.ps1
- Root\Move-QuickCommand.ps1
- Root\New-QuickModule.ps1
- Root\Remove-QuickCommand.ps1
- Root\Remove-QuickModule.ps1
- Root\Rename-QuickCommand.ps1
- Root\Reset-QuickCommand.ps1
- Root\Set-Env.ps1
- Root\Update-QuickModule.ps1
- Tests\Add-QuickFunction.Tests.ps1
- Root\Reserved\Get-QuickEnvironment.ps1
- Root\Reserved\Get-TestHeaders.ps1
- Root\Reserved\New-FileWithContent.ps1
- Root\Reserved\New-ItemIfNotExists.ps1
- Root\Reserved\Test-CommandExists.ps1
- Root\Reserved\Update-QuickModuleCLI.ps1