JustinGrote / ModuleFast

A "fast and loose" way to install modules from Powershell Gallery quickly. Meant for CICD, not production
Other
77 stars 5 forks source link

Allow both PSResourceInfo and PSRepsoitoryItemInfo to be passed via pipeline #31

Open JustinGrote opened 8 months ago

JustinGrote commented 8 months ago

This will enable scenarios like: Find-Module | Install-ModuleFast Find-PSresource | Install-ModuleFast