Y
Hacker News
new
|
ask
|
show
|
jobs
by
moomin
386 days ago
Here’s the really annoying thing with powershell: it doesn’t have a module distribution model. Like, at all. A csharp script, on the other hand, gets NuGet out of the box.
3 comments
accoil
386 days ago
What is the PowerShellGet module[1] missing? It comes preinstalled in all versions post 5.1 (though 5.1 itself is limited).
[1]:
https://learn.microsoft.com/en-us/powershell/module/powershe...
link
moomin
385 days ago
TFW where you're dead wrong and have to upvote everyone who told you so...
link
Natfan
385 days ago
False:
https://www.powershellgallery.com/
link
pjmlp
386 days ago
Not only it has modules, there are several NuGet like repos for Powershell.
link
[1]: https://learn.microsoft.com/en-us/powershell/module/powershe...