0.0.1 • Published 5 years ago

@lifeofguenter/npm-login-cli v0.0.1

Weekly downloads
1
License
GPL-3.0
Repository
github
Last release
5 years ago

npm-login-cli

A simple script to login into npm from the command line, in case you don't have an interactive shell, expect or anything fancy.

Usage

npm -g install npm-login-cli

export NPM_USERNAME=john
export NPM_PASSWORD=secret
export NPM_EMAIL=john@example.com
npm-login-cli

How it works

It's a simple child process that reads/writes from/to the stdout/stdin.