nrm: add page (#2120)

italian
Hemisu 2018-05-25 12:22:05 +08:00 committed by Agniva De Sarker
parent 7aba31a680
commit 5f9058a42e
1 changed files with 24 additions and 0 deletions

24
pages/common/nrm.md Normal file
View File

@ -0,0 +1,24 @@
# nrm
> NPM registry manager.
> Helps to easily switch between different npm registries.
- 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}}`