@lifeofguenter/npm-login-cli

0.0.1 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i @lifeofguenter/npm-login-cli

Weekly Downloads

2

Version

0.0.1

License

GPL-3.0

Unpacked Size

2.14 kB

Total Files

3

Last publish

Collaborators

  • lifeofguenter