0.0.2 • Published 3 years ago

use-lerna v0.0.2

Weekly downloads
5
License
ISC
Repository
github
Last release
3 years ago

use-lerna

The library for safety install from npm repository by Lerna (Artifactory et al.)

How to Use

npx use-lerna bootstrap
npx use-lerna add moment
npx use-lerna add moment -- --scope=module-2
npx use-lerna --help

Configuration by .env

NODE_TLS_REJECT_UNAUTHORIZED=0
ART_NPM_REGISTRY=https://registry.npmjs.org/
ART_NPM_USERNAME=user
ART_NPM_PASSWORD=pass
ART_NPM_ROOT_DIR=.
ART_NPM_LOG=1