1.6.3 • Published 2 years ago

recursive-npm-install-with-token v1.6.3

Weekly downloads
17
License
MIT
Repository
github
Last release
2 years ago

recursive-install-with-token

A small utility to recursively run npm install in any child directory that has a package.json file excluding sub directories of node_modules.

Preinstall

You will need an NPM_TOKEN environment variable, and it should contain your npm Auth Token. Optionally include EXCLUDE_FOLDERS environment variable to exclude folders Ex: packages, cypress Note: case-sensitive

Install

$ npm i -g recursive-install

Usage

$ npm-recursive-install

$ npm-recursive-install --skip-root - Will not install in process.cwd() $ npm-recursive-install --rootDir=lib - Will only install from lib directory $ npm-recursive-install --production - Will not install dev dependencies

License

MIT

1.6.3

2 years ago

1.6.2

2 years ago

1.6.1

2 years ago

1.6.0

2 years ago

1.5.8

2 years ago

1.5.7

2 years ago

1.5.6

2 years ago

1.5.5

2 years ago

1.5.4

2 years ago

1.5.3

2 years ago

1.5.2

2 years ago

1.5.1

4 years ago

1.5.0

4 years ago