npmvc-async
v1.0.0
Published
async
Readme
//first require npmvc
var puremvc = require("npmvc");
// then add npmvc-async to the puremvc object
require("npmvc-async")(puremvc);
// now you can use puremvc with AsyncCommand and AsyncMacroCommand
puremvc.setSourceDir(__dirname+"/src");
puremvc.include("AppConstants");
puremvc.include("ApplicationFacade");
