npm.io
1.1.0 • Published 3 years agoCLI

installoop

Licence
ISC
Version
1.1.0
Deps
2
Size
5 kB
Vulns
0
Weekly
0

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

Keywords