Skip to content

Precogs-com/recursive-install

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 --production - Will not install dev dependencies

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%