QuickModuleCLI
0.3.0
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 Copy-QuickCommand Edit-QuickCommand Get-QuickModule New-QuickModule Remove-QuickCommand Remove-QuickModule Rename-QuickCommand Set-Env Update-QuickModule Move-QuickCommand
PSEditions
Dependencies
This module has no dependencies.
Release Notes
Removes Reset-QuickCommand in place of Import-Module -Force to ensure existing commands are removed and added.
Adds ModuleManifest properties to Update-QuickModule.
Adds Get-QuickModule.
Removes -Raw from Add-QuickFunction and QuickAlias.
Adds new Copy-QuickCommand to make copying from templates easier.
FileList
- QuickModuleCLI.nuspec
- LICENSE
- ManualTests.md
- QuickModuleCLI.psd1
- QuickModuleCLI.psm1
- Readme.md
- Root\Add-QuickAlias.ps1
- Root\Add-QuickFunction.ps1
- Root\Copy-QuickCommand.ps1
- Root\Edit-QuickCommand.ps1
- Root\Get-QuickModule.ps1
- Root\Move-QuickCommand.ps1
- Root\New-QuickModule.ps1
- Root\Remove-QuickCommand.ps1
- Root\Remove-QuickModule.ps1
- Root\Rename-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\Test-QuickCommandExists.ps1
- Root\Reserved\Update-QuickModuleCLI.ps1