generator-marionette-app
v0.1.0
Published
Yeoman generator
Downloads
4
Readme
generator-marionette-app
Yeoman generator for generating marionette applications
Features
- Uses
grunt dev
to buildLESS
and JS during dev andgrunt build
to build production versions of the same files. Useswebpack
andtraceur-loader
so you can write ES6 code in your modules. - Has
grunt test:dev
to allow debugging andgrunt test:prod
for CI. Usingkarma
. - Uses
LESS
for css, withnormalize.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