1.1.3 • Published 2 years ago
nrmm v1.1.3
nrmm - NPM registry manager mirror
Another version of nrm, just for learning something interesting.
Install
npm i -g nrmmUsage
List all available registries:
$ nrmm ls
npm ---------- https://registry.npmjs.org/
yarn ---------- https://registry.yarnpkg.com/
tencent ---------- https://mirrors.cloud.tencent.com/npm/
cnpm ---------- https://r.cnpmjs.org/
* taobao ---------- https://registry.npmmirror.com/
npmMirror ---------- https://skimdb.npmjs.com/registry/Show current registry:
nrmm currentSwitch registry:
$ nrmm use # or npm use <registry>
? Select a registry (Use arrow keys)
> npm
yarn
tencent
cnpm
taobao
npmMirror Add custom registry:
nrmm addDelete custom registry:
nrmm delEdit custom registry:
nrmm editRename registry:
nrmm renameTest the response time of registry:
nrmm ping [registry]References
License
MIT