r9

1.0.0 • Public • Published

r9(1) -- npm registry manager

r9 can help you easy and fast switch between different npm registries.

Install

$ npm install -g r9

Example

List all registries

$ r9 ls

* npm ---- https://registry.npmjs.org/
  cnpm --- http://r.cnpmjs.org/
  taobao - http://registry.npm.taobao.org/
  eu ----- http://registry.npmjs.eu/
  au ----- http://registry.npmjs.org.au/
  sl ----- http://npm.strongloop.com/
  nj ----- https://registry.nodejitsu.com/
  pt ----- http://registry.npmjs.pt/

Select a registry

$ r9 use weflex  //switch registry to weflex

    Registry has been set to: http://npm.weflex.org:2970/

CLI Usage

Usage: r9 [options] [command]

  Commands:

    ls                           list all the registries
    use <registry>               change registry to registry
    add <registry> <url> [home]  add one custom registry
    del <registry>               delete one custom registry
    home <registry> [browser]    open the homepage of registry with optional browser
    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

Thanks

This package is fork of Pana/nrm, thanks for @Pana to create the original repostory in the world.

LICENSE

MIT

Readme

Keywords

Package Sidebar

Install

npm i r9

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • yorkie