You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

ckeditor4-nuget-release

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ckeditor4-nuget-release

A simple script for releasing NuGet packages.

1.1.2
latest
Source
npm
Version published
Weekly downloads
5
-16.67%
Maintainers
0
Weekly downloads
 
Created
Source

Installation

Make sure you have nuget library in your system PATH.

npm install -g ckeditor4-nuget-release

Requirements

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> --push

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

FAQs

Package last updated on 04 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts