System Grab Bag

View all TLDR pages from common (or from all pages)

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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.