Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

generator-ckeditor4

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-ckeditor4

Yeoman generator for CKEditor 4

  • 0.2.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Yo CKEditor4

CKEditor4 generator


AppVeyor Travis CI

This generator helps with some common CKEditor 4 tasks.

Note that some commands, like build, rely on being launched in CKEditor 4 workspace directory.

Installation

npm install -g yo generator-ckeditor4

Create Plugin

Create plugin generator screencast

yo ckeditor4:createPlugin [name]

Creates a new plugin in a name directory. This generator has multiple options, use yo ckeditor4:createPlugin --help to list them all.

Issues

Add

yo ckeditor4:issue add

Opens your web browser on a page where you can fill a new ticket.

Open

yo ckeditor4:issue open 16705

Opens an issue with a given id.

If you're using command from CKEditor git repository on t/<ticketNumber> branch, you could skip ticket number - that way it will automatically pick your current ticket number.

Roadmap

Simply opens CKEditor 4 roadmap.

Milestone

Opens a details for the given milestone.

yo ckeditor4:issue milestone 4.6.0

Milestone number might be skipped, then current version of CKEditor is used.

Build

Builds CKEditor project.

yo ckeditor4:build --preset standard

yo ckeditor4:build --preset basic --all

Keywords

FAQs

Package last updated on 08 Apr 2017

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc