2.0.0 • Published 5 years ago

mnrm v2.0.0

Weekly downloads
2
License
MIT
Repository
-
Last release
5 years ago

mnrm -- MEICAI NPM registry manager

NPM version

mnrm can help you easy and fast switch between different npm registries, now include: mnpm, npm, cnpm, taobao, nj(nodejitsu), rednpm.

How to configure yarn to use private registry ?

just add .yarnrc in your project’s directory and write there: registry “http://your.registry”

Or you can configure it in your HOME directory's .yarnrc

Install

$ npm install -g mnrm

Example

$ mnrm ls

* npm -----  https://registry.npmjs.org/
  mnpm ----  https://registrymnpm.yunshanmeicai.com/
  cnpm ----  http://r.cnpmjs.org/
  taobao --  https://registry.npm.taobao.org/
  nj ------  https://registry.nodejitsu.com/
  rednpm -- http://registry.mirror.cqupt.edu.cn
  skimdb -- https://skimdb.npmjs.com/registry
$ mnrm use mnpm  //switch registry to mnpm

    Registry has been set to: https://registrymnpm.yunshanmeicai.com/

Usage

Usage: mnrm [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

LICENSE

MIT

2.0.0

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.0.0

6 years ago