ModuleFast
ModuleFast copied to clipboard
Flag unix support for ModuleFast in PowerShell Gallery with tags
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:
- 2024-12-30 https://github.com/PowerShell/PowerShell/discussions/24723
- 2024-02-18 https://github.com/PowerShell/PSResourceGet/issues/1570
So, add "Unix", "Linux" and "Mac" as tags? Like PSResourceGet does it:
Good tip! Should be pretty straightforward to add.