1.1.0 • Published 2 years ago

installoop v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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