extendo

0.0.1 • Public • Published
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

Readme

Keywords

none

Package Sidebar

Install

npm i extendo

Weekly Downloads

1

Version

0.0.1

License

BSD

Last publish

Collaborators

  • architectd