UNPKG

@leansdk/leanrc

Version:

LeanRC is a MVC framework for creating graceful applications

19 lines (12 loc) 313 B
module.exports = (Module) -> { SimpleCommand LoggerProxy } = Module:: class PrepareModelCommand extends SimpleCommand @inheritProtected() @module Module @public execute: Function, default: -> @facade.registerProxy LoggerProxy.new() PrepareModelCommand.initialize()