JustinGrote / ModuleFast

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

Flag unix support for ModuleFast in PowerShell Gallery with tags #81

Open o-l-a-v opened 4 months ago

o-l-a-v commented 4 months ago

Seems ModuleFast runs fine on Linux.

It's not currently possible to know what platforms ModuleFast supports just by looking in PowerShell Gallery.

Supporting PowerShell Core is not a guarantee that it runs on Unix (Linux, MacOS).

How to flag that you support a given platform does not seem to be more standardized than adding tags. Ref:

So, add "Unix", "Linux" and "Mac" as tags? Like PSResourceGet does it:

JustinGrote commented 4 months ago

Good tip! Should be pretty straightforward to add.