Skip to content
vfasky edited this page May 23, 2013 · 15 revisions

Usage

Install

Execute the following command.

npm install <plugin-name> --save

Update

Execute the following command.

npm update

Uninstall

Execute the following command. Don't forget to disable the plugin before uninstalling.

npm uninstall <plugin-name>

Generator

Generator is used to generate static files.

Renderer

Renderer is used to process specific files.

Migrator

Migrator helps you migrate from other system easily.

Helper

Development

Reference plugin development for more info.

If you wanna your plugin listed in this page. Please add it to the wiki.

Clone this wiki locally