xunuo / npm-plugins-loader

npm plugins loader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm-plugins-loader

npm plugins loader

// require
var NpmPluginsLoader = require('./index.js');


// init
var pluginsLoader = new NpmPluginsLoader({
    npmInstallCommand : 'cnpm install',
    pluginsConfig : {
        'lodash' : {
            foo : 1,
            bar : 2
        }
    }
});


// start load them with configs.
pluginsLoader.load();

About

npm plugins loader


Languages

Language:JavaScript 100.0%