nuget-publish

1.0.3 • Public • Published

Nuget Publish

This small utility makes it possible to publish npm packages to NuGet directly using the metadata provided by your existing package.json.

Usage

Add nuget-publish to the devDependencies of your package:

yarn add --dev nuget-publish

Now you can use the nuget-publish command in your npm scripts to publish your package to npm. You may add a postpublish script to automatize it:

"scripts": {
    "postpublish": "nuget-publish"
}

Copyright and license

Code and documentation copyright 2016 Federico Zivolo. Code released under the MIT license. Docs released under Creative Commons.

Readme

Keywords

none

Package Sidebar

Install

npm i nuget-publish

Weekly Downloads

25

Version

1.0.3

License

MIT

Last publish

Collaborators

  • fezvrasta