1.4.0 • Published 6 years ago

recursive-install v1.4.0

Weekly downloads
3,252
License
MIT
Repository
github
Last release
6 years ago

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

1.4.0

6 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago