UNPKG

capt

Version:

Command line tool for creating backbone.js applications with coffeescript

14 lines (8 loc) 217 B
class Application constructor: -> start: -> console.log 'App started' # Create your controllers here... # Then start backbone # Backbone.history.start() @Application = Application