npm-loginer
v1.0.0
Published
Login into npm from the non-interactive scripts
Downloads
1
Readme
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 [email protected]
npx npm-loginer
How it works
It's a simple child process that reads/writes from/to the stdout/stdin.