npm-custom-installer

0.1.0 • Public • Published

npm-custom-installer

--

npm-custom-installer is enable to use dependencies of user defined.

sample

package.json

{
  "dependencies": {
    "mocha": "2.0.0"
  }
}

config.js

{
  dependencies: {
    mocha: {
      version: '2.2.5',
      dependencies: {
        commander: '=2.8.1',
        'node-glob': '^5.0.0'
      }
    }
  }
}
./bin/installer -c config.js

Readme

Keywords

none

Package Sidebar

Install

npm i npm-custom-installer

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • suguru03
  • jiroor