1. 程式人生 > >nrm -- NPM registry 管理工具(附帶測速功能)

nrm -- NPM registry 管理工具(附帶測速功能)

page ins 均值 sta 基本使用 比較 我們 nbsp try

在使用npm時,官方的源下載npm包會比較慢,國內我們基本使用淘寶的源。nrm 是一個 NPM 源管理器,可以允許你快速地在 NPM 源間切換。

Install

npm install -g nrm

Example

// nrm list列出可選的源,帶 * 的是當前使用的源。
nrm ls
// 切換源
nrm use cnpm 
// 增加源
nrm add <registry> <url> [home]
// 刪除源
nrm del <registry>  
// 測試速度 測試所有 nrm test 
//為了取得較準確的結果,可以考慮多次測試取平均值。
nrm test <registry>
nrm help // show helpnrm home
// go to a registry home page

nrm -- NPM registry 管理工具(附帶測速功能)