generator-marionette-app

Yeoman generator for generating marionette applications

Usage no npm install needed!

<script type="module">
  import generatorMarionetteApp from 'https://cdn.skypack.dev/generator-marionette-app';
</script>

README

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