Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rbecheras/generator-tinymce-plugin
Generator to create tinymce plugins
https://github.com/rbecheras/generator-tinymce-plugin
Last synced: about 14 hours ago
JSON representation
Generator to create tinymce plugins
- Host: GitHub
- URL: https://github.com/rbecheras/generator-tinymce-plugin
- Owner: rbecheras
- License: mit
- Created: 2015-11-26T13:58:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-26T16:07:20.000Z (almost 9 years ago)
- Last Synced: 2024-10-11T23:29:53.473Z (27 days ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-tinymce-plugin [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
> Generator to create tinymce plugins## Installation
First, install [Yeoman](http://yeoman.io) and generator-tinymce-plugin 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-plugin
```Then generate your new project:
```bash
yo generator-tinymce-plugin
```## Getting To Know Yeoman
Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced. Feel free to [learn more about him](http://yeoman.io/).
## License
MIT © [Rémi Becheras](http://gitlab.sirap.fr/u/rbecheras)
[npm-image]: https://badge.fury.io/js/generator-tinymce-plugin.svg
[npm-url]: https://npmjs.org/package/generator-tinymce-plugin
[travis-image]: https://travis-ci.org/rbecheras/generator-tinymce-plugin.svg?branch=master
[travis-url]: https://travis-ci.org/rbecheras/generator-tinymce-plugin
[daviddm-image]: https://david-dm.org/rbecheras/generator-tinymce-plugin.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/rbecheras/generator-tinymce-plugin