LocalModules

1.0.1

LocalModules allows you to easily install and uninstall PowerShell (PS) modules that are still under development and not yet ready for publishing. This streamlines the development and testing process.

Additionally, it supports setting up a local repository for testing PS module publishing.

Minimum PowerShell version

7.1

Installation Options

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

Install-Module -Name LocalModules

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

Install-PSResource -Name LocalModules

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) Human.Against.Machine. All rights reserved.

Package Details

Author(s)

  • Human.Against.Machine

Tags

Powershell DevOps PackageManagement Modules PS Local

Functions

Install-LModule Uninstall-LModule Get-LInstalledModule Set-LRepo Remove-LRepo

PSEditions

Core

Dependencies

This module has no dependencies.

Release Notes

[ver 1.0.1] - 2024-10-20
* Fix Get-LInstalledModule displaying non-installed local modules in certain cases.
* Fix Uninstall-LModule preventing the uninstallation of a local module when a repository version is present.
* Find workaround to PS session cache refresh

[ver 1.0.0] - 2024-10-20
* Improve vars and cmdlets names
* Improve manifest
* Under-development modules are now installed in a separate folder named 0.0.0 as they were version 0.0.0.
 Any configuration files outside the 0.0.0 folder will be preserved.

[ver 0.9.1] - 2024-07-01
Improve cmdlets Set-LocalRepo and Remove-LocalRepo

[ver 0.9.0] - 2024-06-23
Initial release

FileList

Version History

Version Downloads Last updated
1.0.1 (current version) 294 10/20/2024
1.0.0 12 10/20/2024
0.9.1 960 7/1/2024
0.9.0 8 7/1/2024