Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.01 KB

readme.md

File metadata and controls

18 lines (11 loc) · 1.01 KB

Build status Stories in Ready

LocalPSRepository

A module to simplify the creation of and working with Local PowerShell Repositories.

Functionality

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.

Code & Inspiration