1.0.0 • Published 2 years ago

deep-install v1.0.0

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

deep-install

A library that will traverse your project, search for package.json files and executes the install method of your choice. Standard npm install will be used unless instructed otherwise by available options.

Installation

using npm globally:

$ npm install -s deep-install

Execute the module

Where you would like the module to start as the root folder, execute the following command:

$ deep-install

Available options

# npm install -force
$ deep-install --force

# npm audit fix
$ deep-install --fix

# yarn install
$ deep-install --yarn

# Skip the rootfolder
$ deep-install --skipRootFolder

# Change the rootfolder
$ deep-install --rootFolder ../

# Exclude folders
$ deep-install --exclude Exclude1,Exclude2,..

# Execute a dryrun (Will not run install)
$ deep-install --dryRun
0.1.0

2 years ago

1.0.0

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago