Skip to content

scripter-co/npm-users

Folders and files

NameName
Last commit message
Last commit date
Jan 13, 2018
Jan 13, 2018
Jan 12, 2018
Jan 13, 2018
Jan 13, 2018
Jan 13, 2018
Jan 13, 2018
Mar 4, 2018
Jan 13, 2018
Jan 13, 2018
Jul 31, 2019
Jan 13, 2018
Jan 12, 2018

Repository files navigation

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