0.6.0 • Published 4 years ago

@panhezeng/generator-tinymce-plugin v0.6.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 years ago

generator-tinymce-plugin Coverage StatusBuild Statussemantic-releaseCommitizen friendly

NPM

tinymce plugin scaffolding

Installation

First, install Yeoman and generator-tinymce-plugin using npm (we assume you have pre-installed node.js).

From GitHub

To install a pre-release version:

npm i -g yo
npm i -g git://github.com/panhezeng/generator-tinymce-plugin.git

Official release

To install a version published to npm:

npm i -g yo
npm i -g @panhezeng/generator-tinymce-plugin

From Source

Alternatively, if you have cloned this repo from GitHub. You can symlink your local clone into your global node environment. This is particularly useful during development. From inside the folder with the cloned repo:

npm install -g yo
npm i
npm link

Using the Generator

Then generate your new project: Create a new project folder and navigate to it in you CLI.

mkdir myApp
cd myApp

Then run the generator. If you installed from source or GitHub,

yo tinymce-plugin

or if you installed from npm:

yo @panhezeng/tinymce-plugin

Development

test

npm linknpm run test更好

0.6.0

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.0.3

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

0.0.0

4 years ago