mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 14:58:17 +00:00
Update cheatsheets
This commit is contained in:
30
nrm
Normal file
30
nrm
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user