2018-05-25 05:22:05 +01:00
|
|
|
# nrm
|
|
|
|
|
2021-10-06 02:01:07 +01:00
|
|
|
> npm registry manager.
|
2018-05-25 05:22:05 +01:00
|
|
|
> Helps to easily switch between different npm registries.
|
2019-06-04 10:00:13 +01:00
|
|
|
> More information: <https://github.com/Pana/nrm>.
|
2018-05-25 05:22:05 +01: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}}`
|