0.0.1 • Published 11 years ago

extendo v0.0.1

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago
var extendo = require("extendo")(module);
extendo.install("my-custom-module", function() {
  
});

extendo.on("module", function(path) {
  
});

API

extendo(module);

extendo.on(event, callback)

  • event
    • module - called when a new module is installed

extendo.modules()

loads all the modules

extendo.files

returns all the modules