Skip to content

bobbyrenwick/generator-marionette-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Yeoman generator for generating marionette applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published