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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    55
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    55
  • 1.0.2
    1
  • 1.0.1
    0
  • 1.0.0
    1

Package Sidebar

Install

npm i nuget-publish

Weekly Downloads

43

Version

1.0.3

License

MIT

Last publish

Collaborators

  • fezvrasta