generator-nowa-plugin
v1.0.0
Published
generator for nowa plugin
Maintainers
Readme
generator-nowa-plugin 
Generator for nowa plugin.
Installation
First, install Yeoman and generator-visualengine using npm (we assume you have pre-installed node.js).
$ npm install -g yo
$ npm install -g generator-nowa-pluginThen generate your new nowa plugin:
$ mkdir nowa-foo
$ cd nowa-foo
$ yo nowa-pluginRun
- Install nowa if not exist
$ npm install nowa -g- Install dependencies & link to global
$ npm link- Run this plugin
$ nowa fooLicense
MIT © gbk
