ModuleFast icon indicating copy to clipboard operation
ModuleFast copied to clipboard

Flag unix support for ModuleFast in PowerShell Gallery with tags

Open o-l-a-v opened this issue 1 year ago • 1 comments

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:

o-l-a-v avatar Mar 02 '24 12:03 o-l-a-v

Good tip! Should be pretty straightforward to add.

JustinGrote avatar Mar 03 '24 19:03 JustinGrote