UNPKG

@leansdk/leanrc

Version:

LeanRC is a MVC framework for creating graceful applications

21 lines (13 loc) 353 B
module.exports = (Module) -> { LOG_MSG SimpleCommand LogMessageCommand } = Module:: class PrepareControllerCommand extends SimpleCommand @inheritProtected() @module Module @public execute: Function, default: -> @facade.registerCommand LOG_MSG, LogMessageCommand PrepareControllerCommand.initialize()