nrm

npm registry manager

TLDR

List registries
$ nrm ls
Use registry
$ nrm use [taobao]
Add custom registry
$ nrm add [name] [url]
Delete registry
$ nrm del [name]
Test registry speed
$ nrm test
Show current registry
$ nrm current

SYNOPSIS

nrm [command] [options]

DESCRIPTION

nrm is npm registry manager. Quickly switch between npm registries.The tool manages registry URLs. Includes common registries preset.

PARAMETERS

COMMAND

nrm subcommand.
ls
List registries.
use NAME
Switch registry.
add NAME URL
Add registry.
del NAME
Remove registry.
test
Test speeds.
--help
Display help information.

INSTALL

brew install nrm
nix profile install nixpkgs#nrm

CAVEATS

Node.js tool. Install with npm install -g. Modifies .npmrc.

HISTORY

nrm was created to easily switch between different npm registries.

SEE ALSO

npm(1), npm-config(1), yarn(1)