0.1.0 • Published 9 years ago

generator-marionette-app v0.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

generator-marionette-app Build Status

Yeoman generator for generating marionette applications

Features

  • Uses grunt dev to build LESS and JS during dev and grunt build to build production versions of the same files. Uses webpack and traceur-loader so you can write ES6 code in your modules.
  • Has grunt test:dev to allow debugging and grunt test:prod for CI. Using karma.
  • Uses LESS for css, with normalize.css built in

Installation

To install generator-marionette-app from npm, run:

npm install -g generator-marionette-app

Finally, initiate the generator:

yo marionette-app