LinuxCommandLibrary

nrm

TLDR

List registries

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

SYNOPSIS

nrm [command] [options]

DESCRIPTION

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

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.

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)

Copied to clipboard