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-tinymce
Then generate your new project:
yo tinymce
For information on changing this generator, see CONTRIBUTING.md.