home
Hero image for: Yeoman Generator Marionette JS + Drupal

Yeoman Generator Marionette JS + Drupal

By Eduardo García ● CTO | June 16th, 2014

Yeoman MarionetteJS + Drupal generator

Today I release the version 0.1.0-beta of Yeoman Generator Marionette + Drupal.

If you want to create your own version of this generator, you can fork or download my version at

$ git clone git@github.com:enzolutions/generator-marionette-drupal.git

This generator creates a structured HTML 5 application generating modules using RequireJS, includes Grunt support to automate tasks.

Compass is used to generate CSS using bootstrap-sass.

The HTML 5 application is defined using an MVC pattern implemented with MarionetteJS and Backbone.Drupal for the data model.

Includes scaffolding commands to create templates, models, collections, views, and layouts.

Related Posts