1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 14:44:57 +02:00
tldr/pages/common/nrm.md
2019-06-04 16:29:40 -03:00

25 lines
397 B
Markdown

# nrm
> NPM registry manager.
> Helps to easily switch between different npm registries.
> More information: <https://github.com/Pana/nrm>.
- 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}}`