Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.
/ GetNuGet Public archive

PowerShell module that helps to download nuget command line tools

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
SEED-LICENSE
Notifications You must be signed in to change notification settings

ClrCoder/GetNuGet

Repository files navigation

GetNuGet

Introduction

# Downloads (with the local cache) the nuget.exe and returns path
$NuGet = Get-NuGet -Version 4.9.3

# Restores packages
&$NuGet restore

# Should print under windows:
#   c:\users\<user>\.nuget\cli\4.9.3\nuget.exe
Write-Host $NuGet

Supported Operating Systems

  • Windows
  • Linux (Planned)

See Also

About

PowerShell module that helps to download nuget command line tools

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
SEED-LICENSE

Stars

Watchers

Forks

Packages

No packages published