nrm -- NPM registry 管理工具

开发的npm registry 管理工具nrm, 能够查看和切换当前使用的registry, 最近NPM经常 down 掉, 这个还是很有用的哈哈

Install

$ npm install -g nrm

Example

$ nrm ls

*    npm ---- https://registry.npmjs.org/ 

    cnpm --- http://r.cnpmjs.org/ 

    eu ----- http://registry.npmjs.eu/ 

    au ----- http://registry.npmjs.org.au/ 

    sl ----- http://npm.strongloop.com/ 

    nj ----- https://registry.nodejitsu.com/

$ nrm use cnpm //switch registry to cnpm    

    Registry has been set to: http://r.cnpmjs.org/

cmd

nrm help // show help

nrm list // show all registries

nrm use cnpm // switch to cnpm

nrm home // go to a registry home page

Registries

npm

cnpm

strongloop

european

australia

nodejitsu

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容