0.2.0 • Published 10 years ago

generator-webcomposer-frontend v0.2.0

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

WebComposer Frontend Generator

Yeoman generator for the frontend of a WebComposer app.

Getting Started

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

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

$ npm test

License

MIT