PsGet
可以使用本地目录中的旧社区提供的模块或远程 HTTP 服务器中的 zip 来安装 Powershell 模块:
PSGet\Install-Module -ModulePath "C:\path\to\source\of\MyModule"
PsGet\Install-Module -ModuleUrl "http://path/to/MyModule.zip"
可以对PowershellGet
模块做同样的事情吗?似乎 PowershellGet
只能从 NuGet 存储库安装模块。
任何建议表示赞赏。