npm-plugins-loader

1.0.0 • Public • Published

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();

Readme

Keywords

none

Package Sidebar

Install

npm i npm-plugins-loader

Weekly Downloads

2

Version

1.0.0

License

none

Last publish

Collaborators

  • xunuo