UNPKG

@leansdk/leanrc

Version:

LeanRC is a MVC framework for creating graceful applications

15 lines (10 loc) 375 B
module.exports = (Module) -> class StartupCommand extends Module.NS.MacroCommand @inheritProtected() @module Module @public initializeMacroCommand: Function, default: -> @addSubCommand Module.NS.PrepareControllerCommand @addSubCommand Module.NS.PrepareViewCommand @addSubCommand Module.NS.PrepareModelCommand @initialize()