Skip to content

tinymce/generator-tinymce

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

generator-tinymce NPM version Build Status

Bootstrap your TinyMCE plugin!

Installation

First, install Yeoman and generator-tinymce using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-tinymce

Then generate your new project:

yo tinymce

Developing

For information on changing this generator, see CONTRIBUTING.md.