ckeditor4-nuget-release
v1.1.2
Published
A simple script for releasing NuGet packages.
Readme
Installation
Make sure you have nuget library in your system PATH.
npm install -g ckeditor4-nuget-releaseRequirements
It requires nuget bin to be in your system PATH.
In addition to that you should already have nuget token set using nuget setApiKey <yourApiKey> command.
Usage
# This bin has to be ran from `ckeditor4-releases` directory.
cd ckeditor4-releases
ckeditor4-nuget-release <version> --pushNuGet links
NuGets are available under following links:
- https://www.nuget.org/packages/ckeditor-basic
- https://www.nuget.org/packages/ckeditor-standard
- https://www.nuget.org/packages/ckeditor-standard-all
- https://www.nuget.org/packages/ckeditor-full
