1.3.1 • Published 5 years ago

npm-ci-login v1.3.1

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

NPM CI Login

Logs you to an NPM registry on CI machines, uses npm login in the background.

Usage:

npm install -g npm-ci-login

NPM_USERNAME=Snoop \
NPM_PASSWORD=Dogg \
NPM_EMAIL=snoop@420.com \
npm-ci-login

Supported environment variables:

NameDescriptionRequired
NPM_USERNAMEUsername on the registryyes
NPM_PASSWORDPassword for the user (or token on some registries like Github)yes
NPM_EMAILEmail for the useryes
NPM_REGISTRYRegistry url - if you have a custom registryno
NPM_SCOPEOrganisation scopeno
1.3.1

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago