UNPKG

capt

Version:

Command line tool for creating backbone.js applications with coffeescript

12 lines (9 loc) 336 B
class <%= router.capitalize() %>Router extends Backbone.Router routes : "<%= router %>/:id/edit" : "edit" "<%= router %>/new" : "new" "<%= router %>/:id" : "show" "<%= router %>" : "index" index: -> # new <%= router.capitalize() %>IndexView @<%= router.capitalize() %>Router = <%= router.capitalize() %>Router