LocalModules
2.0.1
LocalModules simplifies the installation of PowerShell modules under development.
LocalModules creates and manages a local repository named 'Developing' behind
the scenes, streamlining the installation process for modules in develompment.
Minimum PowerShell version
7.1
Installation Options
Owners
Copyright
(c) Human.Against.Machine. All rights reserved.
Package Details
Author(s)
- Human.Against.Machine
Tags
Powershell DevOps PackageManagement Modules PS Local Development
Functions
Install-DevModule Get-InstalledDevModule
PSEditions
Dependencies
This module has no dependencies.
Release Notes
[ver 2.0.1] - 2025-03-15
* Fix null object method call error
* Enhance console user messages
* Refactor code for clarity
* Support searching nested dev-module folders
* Add console message for multiple dev-modules
[ver 2.0.0] - 2025-03-13
- Breaking Changes
* This release is not backward compatible with version 1.x.
* The module has been completely redesigned for simplified usage and better maintainability.
[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
- LocalModules.nuspec
- LocalModules.psd1
- LocalModules.psm1