Open
Description
Summary of the new feature / enhancement
Some modules are super simple. Even "complex" modules don't necessarily really need to have a NuGet package. I would love to be able to do something like Install-Module https://github.com/jazzdelightsme/ConsoleBouncer
. Why bother setting up all the infrastructure necessary to distribute a versioned thing (PSGallery/NuGet), when we already have all the infrastructure necessary to distribute a versioned thing (GitHub)?
Proposed technical implementation details (optional)
No response