An open API service indexing awesome lists of open source software.

https://github.com/tinymce/generator-tinymce

Yeoman generator for TinyMCE plugins
https://github.com/tinymce/generator-tinymce

tinymce yeoman

Last synced: 6 months ago
JSON representation

Yeoman generator for TinyMCE plugins

Awesome Lists containing this project

README

          

# generator-tinymce [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url]
> Bootstrap your TinyMCE plugin!

## Installation

First, install [Yeoman](http://yeoman.io) and generator-tinymce using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).

```bash
npm install -g yo
npm install -g generator-tinymce
```

Then generate your new project:

```bash
yo tinymce
```

# Developing

For information on changing this generator, see [CONTRIBUTING.md](CONTRIBUTING.md).

[npm-image]: https://badge.fury.io/js/generator-tinymce.svg
[npm-url]: https://npmjs.org/package/generator-tinymce
[travis-image]: https://travis-ci.org/tinymce/generator-tinymce.svg?branch=master
[travis-url]: https://travis-ci.org/tinymce/generator-tinymce