0.2.1 • Published 10 years ago

generator-webcomposer-modules v0.2.1

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

WebComposer Modules Generator

Yeoman generator that adds modules to a WebComposer application.

Getting Started

$ npm install -g yo                                # Install Yeoman (if you don't have it yet)...
$ npm install -g generator-webcomposer-modules     # ...then install this generator...
$ yo webcomposer-modules                           # ...and run it.

How to run test?
Currently, I prefer to run test tasks from npm. Please run this command.

$ npm test

License

MIT