QuickModuleCLI

0.5.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

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name QuickModuleCLI -RequiredVersion 0.5.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name QuickModuleCLI -Version 0.5.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2020 Edward Lichtman. All rights reserved.

Package Details

Author(s)

  • Edward Lichtman

Functions

Add-ModuleAlias Add-ModuleFunction Copy-ModuleCommand Edit-ModuleCommand Export-ModuleProject Get-ModuleProject Import-ModuleProject Move-ModuleCommand New-ModuleProject Remove-ModuleCommand Remove-ModuleProject Rename-ModuleCommand Rename-ModuleProject Set-Env Update-ModuleProject

PSEditions

Desktop

Dependencies

Release Notes

Bug fix for Edit-ModuleCommand not working
Bug fix for Argument completers throwing errors in tab complete in the console.
Fixes Export-ModuleProject so that you can export all module projects and also force override them.
Removes the requirement to actually include ModuleProject in most functions, however adding the ModuleProject will limit the options in the ArgumentCompleters.

FileList

Version History

Version Downloads Last updated
0.7.2 222 11/24/2020
0.7.1 17 11/24/2020
0.7.0 17 11/21/2020
0.6.1 16 11/20/2020
0.6.0 17 11/20/2020
0.5.0 (current version) 15 11/19/2020
0.4.1 15 11/19/2020
0.4.0 16 11/19/2020
0.3.0 15 10/7/2020
0.2.1 13 10/6/2020
Show less