generator-nowa-plugin

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i generator-nowa-plugin

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • gbk