1.1.4 • Published 6 years ago

npm-users v1.1.4

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

npm user manager

Travis Codecov npm

About

npm-users is a package that allows you to have multiple npm users on the same machine. When you install the package, you will be able to run npm-users add <alias> which will log you into npm and create an alias for your .npmrc file. Each time you add a new user, another alias is added. You can then easily switch between users by simply running npm-users list and npm use <alias>.

This package was born out of the frustrations of having to log in to personal / work accounts.

Installation

npm i npm-users -g

Use

Usage: npm-users [options]


Options:

  a, add <alias>     Add user
  r, remove <alias>  Remove user
  u, use <alias>     Use user
  l, list            List users
  w, whoami          Current logged in user
  -h, --help         output usage information
1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago