nuget-push
Natively push nuget packages in nodejs.
This package does NOT need nuget cli, no dependency outside of node!
This package has been created for dev-ops purposes on dotnet core projects.
Usecase
You can run dotnet pack
commands to create your nuget packages,
and nuget-push
to push them to the feed.
This way the nuget commandline tool is not needed. usefull for cross-os development
Usage
var push = ; ;