Bootstrap your TinyMCE plugin!
First, install Yeoman and generator-tinymce using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-tinymceThen generate your new project:
yo tinymceFor information on changing this generator, see CONTRIBUTING.md.