snippetbashTip
nrm — npm registry manager. Helps to easily switch between different npm registries. More information: <ht
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 lsChange to a particular registry:
nrm use {{registry}}Show the response time for all registries:
nrm testAdd a custom registry:
nrm add {{registry}} {{url}}Delete a registry:
nrm del {{registry}}Code Snippets
List all registries
nrm lsChange to a particular registry
nrm use {{registry}}Show the response time for all registries
nrm testAdd a custom registry
nrm add {{registry}} {{url}}Delete a registry
nrm del {{registry}}Context
tldr-pages: common/nrm
Revisions (0)
No revisions yet.