cgr -- change registry | yarn & npm registry manager
cgr
can help you easy and fast switch between different npm or yarn registries,
now include: npm
, cnpm
, taobao
, npmMirror
, yarn
.
Install
$ npm install -g cgr
Example
npm registry is the same as yarn registry, * for both
$ cgr ls
npm ----- https://registry.npmjs.org/
cnpm ---- http://r.cnpmjs.org/
* taobao -- https://registry.npm.taobao.org/
npmMirror https://skimdb.npmjs.com/registry/
npm registry is different from yarn registry, N for npm, Y for yarn
$ cgr ls
N npm ----- https://registry.npmjs.org/
cnpm ---- http://r.cnpmjs.org/
Y taobao -- https://registry.npm.taobao.org/
npmMirror https://skimdb.npmjs.com/registry/
$ cgr use cnpm //both switch registry to cnpm
npm registry has been set to: http://r.cnpmjs.org/
yarn registry has been set to: http://r.cnpmjs.org/
$ cgr use cnpm y //yarn switch registry to cnpm
yarn registry has been set to: http://r.cnpmjs.org/
$ cgr use cnpm n //npm switch registry to cnpm
npm registry has been set to: http://r.cnpmjs.org/
Usage
Usage: cgr [options] [command]
Commands:
ls List all the registries
use <registry> [type] Change registry to registry
add <registry> <url> [home] Add one custom registry
del <registry> 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
Registries
Notice
When you use an other registry, you can not use the publish
command.
LICENSE
MIT