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
- Host: GitHub
- URL: https://github.com/tinymce/generator-tinymce
- Owner: tinymce
- License: other
- Created: 2017-03-28T09:48:58.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T01:33:01.000Z (about 2 years ago)
- Last Synced: 2025-04-03T03:23:21.487Z (6 months ago)
- Topics: tinymce, yeoman
- Language: TypeScript
- Homepage:
- Size: 1.37 MB
- Stars: 6
- Watchers: 12
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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