UNPKG

@leansdk/leanrc

Version:

LeanRC is a MVC framework for creating graceful applications

15 lines (8 loc) 269 B
LeanRC = require.main.require 'lib' class TestApp extends LeanRC @inheritProtected() @include LeanRC::NamespaceModuleMixin @root __dirname @const ANIMATE_ROBOT: 'animateRobot' @const ROBOT_SPEAKING: 'robotSpeaking' module.exports = TestApp.initialize()