A basic implementation of the Nuget CLI tool, written in Go, for use in automated build processes and deployment of .nuspec & .nupkg files.
Writen in Go to be platform agnostic, built against the go-nuget-server project.
git clone github/soloworks/go-nuget
go build -o nuget.exe
nuget spec <packageID>
nuget pack nuspecPath
nuget push <packagePath> --Source http://<yourserver>/<packages-root>/ --ApiKey 123-456-789
TBC