A small utility to recursively run npm install
in any child directory that has a package.json
file excluding sub directories of node_modules
.
$ npm i -g recursive-install
$ npm-recursive-install
$ npm-recursive-install --skip-root
- Will not install in process.cwd()
MIT