Cgr 一个同时管理npm、yarn的源切换工具

仓库地址:cgr

安装

npm install -g cgr

Usage

Usage: cgr [options] [command]

  Commands:

    ls                           List all the registries
    use  [type]        Change registry to registry.  type n or y
    add   [home]  Add one custom registry
    del                Delete one custom registry
    test [registry]              Show the response time for one or all registries
    help                         Print this help

  Options:

    -h, --help     output usage information
    -V, --version  output the version number

你可能感兴趣的:(前端npm)