Skip to content

📥 Recursively install npm dependencies from multiple package.json

Notifications You must be signed in to change notification settings

barthofu/installoop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installoop

Simple CLI to recursively install npm dependencies from multiple package.json!

Getting Started

Requirements

Installing

npm install -g installoop

Usage

Basic usage

installoop --rootDir=./

Skip root package.json

installoop --rootDir=./ --skipRoot

Include node_modules

By default, node_modules folders are ignored

installoop --rootDir=./ --includeModules

Silent mode

Silent mode won't show you the original npm install console outputs.

installoop --rootDir=./ --silent

Contributing

Pull requests are welcome.

Building for production

To run the production build use the npm build script:

npm run build

Before the build is actually made the tests will be executed, the dist folder will be removed and then the build will be made.

License

ISC License

Copyright (c) barthofu