A npm registry mirror switching shortcut command.
Install the module with:
npm install npmreg -g
You can easily set registry to taobao mirror(https://registry.npmmirror.com/) with:
npmreg taobao
or set it back to npm(https://registry.npmjs.org/) with:
npmreg npm
Add registry to config file:
npmreg add <newkey> <https://r.example.com/>
Remove registry from config file:
npmreg rm <key>
{
"npm": "https://registry.npmjs.org/",
"taobao": "https://registry.npmmirror.com/",
"cnpm": "https://r.cnpmjs.org/"
}
Copyright (c) 2021 hiwanz. Licensed under the MIT license.