Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

recursive-install

emgeee6.7kMIT1.4.0

CLI tool to recursive search child directories and run 'npm install' when a package.json file is found.

install, recursive, npm install

readme

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