recursive-install

1.4.0 • Public • Published

recursive-install Build Status

A small utility to recursively run npm install in any child directory that has a package.json file excluding sub directories of node_modules.

Install

$ npm i -g recursive-install

Usage

$ npm-recursive-install

$ npm-recursive-install --skip-root - Will not install in process.cwd() $ npm-recursive-install --rootDir=lib - Will only install from lib directory $ npm-recursive-install --production - Will not install dev dependencies

License

MIT

Package Sidebar

Install

npm i recursive-install

Weekly Downloads

2,640

Version

1.4.0

License

MIT

Unpacked Size

10.3 kB

Total Files

7

Last publish

Collaborators

  • emgeee