enzolutions / generator-marionette-drupal

Scaffold a headless Drupal backend, Backbone Marionette app client, and Jasmine tests
49 stars 12 forks source link

generator-marionette-drupal as just generator-awesome-marionette? #11

Open rjcorwin opened 8 years ago

rjcorwin commented 8 years ago

Hi @enzolutions - Your generator-marionette-drupal seems to be the best generator for Marionette out there. How much trouble would it be to make the Drupal part of this optional? I'm interested in using this generator but without a lot of adoption from Drupal folks I fear that adopting this would be a dead end. Making Drupal optional could bring in more people to help support this generator.

Also an important aspect to adoption for a framework is it being isomorphic. Have you looked into Rendr from Airbnb? It's isomorphic backbone.js.

I hope you're doing well!

rjcorwin commented 8 years ago

Other discussion around isomorphic Marionette:

enzolutions commented 8 years ago

Hi @rjsteinert

If you use the collection generator you can ignore Drupal at lot, because collections use a custom endpoint.

Is not really difficult do Drupal optional, but I don't understand how will be usefull without Drupal. but I have been thinking in create a parent project of this to be generic and use as dependency in this.

Are you interested in collaborate in an idea like that?