generator-nowa-plugin
v1.0.0
Published
generator for nowa plugin
Downloads
3
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-plugin
Then generate your new nowa plugin:
$ mkdir nowa-foo
$ cd nowa-foo
$ yo nowa-plugin
Run
- Install nowa if not exist
$ npm install nowa -g
- Install dependencies & link to global
$ npm link
- Run this plugin
$ nowa foo
License
MIT © gbk