Control npm Registry - Easily Switch Registries | Online Free DevTools by Hexmos
Control npm registries with NRM, the npm registry manager. Easily switch between npm package sources and manage custom registries. Free online tool, no registration required.
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}}
