1.0.0 • Published 8 years ago

generator-nowa-plugin v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

generator-nowa-plugin NPM version

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