@leansdk/leanrc
Version:
LeanRC is a MVC framework for creating graceful applications
22 lines (16 loc) • 460 B
text/coffeescript
module.exports = (Module) ->
{
MacroCommand
PrepareControllerCommand
PrepareViewCommand
PrepareModelCommand
} = Module::
class StartupCommand extends MacroCommand
Module
initializeMacroCommand: Function,
default: ->
PrepareControllerCommand
PrepareModelCommand
PrepareViewCommand
StartupCommand.initialize()