Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 684 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 684 Bytes

PRM -- package manager's registry manager

prm can help you easy and fast switch between different npm registries, now include: npm, cnpm, taobao, nj(nodejitsu), rednpm, yarn, npmMirror, edunpm.

Install

npm i prm-cli -g

Example

# List all registries
prm ls

# Select a registry that you need to switch
prm use taobao

# Show response time for specific or all registries
prm test
# or
prm test [registry]

Dev

sudo npm link