It seems like it would be more appropriate to create a Marionette router than an ordinary Backbone router. Just a suggestion since its easy enough to change the Backbone.Router class to Backbone.Marionette.AppRouter after the generator runs.
Great idea. Looks like the Router generator needs to be updated a bit. I like the idea of a 1 to 1 mapping of router and controller. Perhaps an option to generate the controller at the same time as the Router.
It seems like it would be more appropriate to create a Marionette router than an ordinary Backbone router. Just a suggestion since its easy enough to change the Backbone.Router class to Backbone.Marionette.AppRouter after the generator runs.