Skip to content

arian/npm-login-cmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

npm-login-cmd

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

export NPM_USER=john
export NPM_PASS=secret
export NPM_EMAIL=john@example.com
npx npm-login-cmd

How it works

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published