2025-03-14 21:59:59 -06:00
|
|
|
# nrm
|
|
|
|
|
|
|
|
|
|
> npm registry manager.
|
|
|
|
|
> Helps to easily switch between different npm registries.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://github.com/Pana/nrm#usage>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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}}`
|