LocalRepoManager
1.0.6
PowerShell module for managing local NuGet repositories, installing modules from NuPkg files, and creating repository symlinks.
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
(c) PowerShell Community Contributors. All rights reserved.
Package Details
Author(s)
- PowerShell Community
Tags
NuGet LocalRepository PackageManagement PowerShell Module Installation
Functions
Install-ModuleFromLocalRepo New-LocalRepository Set-LocalRepositoryLink Get-LocalRepositoryPackages Remove-LocalRepositoryPackage Test-LocalRepository
PSEditions
Dependencies
This module has no dependencies.
Release Notes
1.0.0 - Initial release
- Install-ModuleFromLocalRepo: Interactive installation from local NuPkg files
- New-LocalRepository: Create and setup local repository directories
- Set-LocalRepositoryLink: Create symlinks from OneDrive to local repository
- Get-LocalRepositoryPackages: List all packages in repository
- Remove-LocalRepositoryPackage: Clean up old packages
- Test-LocalRepository: Validate repository structure and contents
FileList
- LocalRepoManager.nuspec
- Private\Install-NuPkgModule.ps1
- Public\Get-LocalRepositoryPackages.ps1
- Public\Install-ModuleFromLocalRepo.ps1
- Public\New-LocalRepository.ps1
- Public\Remove-LocalRepositoryPackage.ps1
- Public\Set-LocalRepositoryLink.ps1
- Public\Test-LocalRepository.ps1
- LocalRepoManager.psd1
- LocalRepoManager.psm1
- README.md
- Private\Get-NuPkgInfo.ps1
- Private\Get-UserModulePath.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.6 (current version) | 7 | 8/10/2025 |