1.0.0 • Published 11 years ago
npmvc-async
Licence
—
Version
1.0.0
Deps
1
Vulns
0
Weekly
0
//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");