Skip to content

一、yrm

yrm是管理镜像的工具,可以列出可以使用的镜像,非常方便。

  • 安装yrm

    shell
    npm install -g yrm
  • 列出可以使用的镜像

    shell
    yrm ls
  • 使用淘宝镜像

    shell
    yrm use taobao
  • 测试镜像速度

    shell
    yrm test taobao

Released under the MIT License.