HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

nrm — npm registry manager. Helps to easily switch between different npm registries. More information: <ht

Submitted by: @import:tldr-pages··
0
Viewed 0 times
registrycommandnpmhelpsnrmclieasilymanager

Problem

How to use the nrm command: npm registry manager. Helps to easily switch between different npm registries. More information: <https://github.com/Pana/nrm#usage>.

Solution

nrm — npm registry manager. Helps to easily switch between different npm registries. More information: <https://github.com/Pana/nrm#usage>.

List all registries:
nrm ls


Change to a particular registry:
nrm use {{registry}}


Show the response time for all registries:
nrm test


Add a custom registry:
nrm add {{registry}} {{url}}


Delete a registry:
nrm del {{registry}}

Code Snippets

List all registries

nrm ls

Change to a particular registry

nrm use {{registry}}

Show the response time for all registries

nrm test

Add a custom registry

nrm add {{registry}} {{url}}

Delete a registry

nrm del {{registry}}

Context

tldr-pages: common/nrm

Revisions (0)

No revisions yet.