go-nuget

command module
v1.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 4, 2019 License: GPL-3.0 Imports: 18 Imported by: 0

README

go-nuget

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.

Build Status MIT license LinkedIn

Getting Started - Source

git clone github/soloworks/go-nuget

go build -o nuget.exe

CLI

spec - Generates a .nuspec file
nuget spec <packageID>
pack - Generates a .nupkg file
nuget pack nuspecPath
push - Pushes a package to a server
nuget push <packagePath> --Source http://<yourserver>/<packages-root>/ --ApiKey 123-456-789

Notes

TBC

Resources

  • Microsoft nuget.exe CLI [Here]
  • Microsoft nuget.exe Download Here (v5.3.0 - Latest Recommended)

Acknowledgements

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
nuspec module

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL