Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 768 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 768 Bytes

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