A module to simplify the creation of and working with Local PowerShell Repositories.
The module includes the following functions:
- New-LocalPSRepository - creates a local PowerShell Repository.
- Find-PSGModule - finds modules in the PowerShell Gallery. Primarily used to pipe input into Save-PSGModule
- Save-PSGModule - used to download a module from the PowerShell Gallery in NuGet form.
- [Powershell: Your first internal PSScript repository] (https://kevinmarquette.github.io/2017-05-30-Powershell-your-first-PSScript-repository/)
- PowerShell Gallery Module - Light