0.0.5 • Published 3 years ago

art-npm v0.0.5

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

art-npm

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

How to Use:

npx art-npm i
npx art-npm i moment
npx art-npm i moment -- --save-dev
npx art-npm --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