johannesjo / generator-modular-angular

A truly modular yeoman generator for AngularJS all device apps.
MIT License
21 stars 6 forks source link

Make all templates configurable via .yo-rc.json #2

Closed johannesjo closed 9 years ago

johannesjo commented 9 years ago

Basic idea is that, if a property is set, it would be taken instead of the actual template, e.g:

controller:{
  tpls:{
    html:'<div class="page"></div>'   
  }
}