nrm -- NPM registry manager === [![NPM version][npm-image]][npm-url] `nrm` can help you easy and fast switch between different npm registries, now include: `npm`, `cnpm`, `taobao`, `nj(nodejitsu)`. ## 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 nrm ``` ## Example ``` $ nrm ls * npm ---------- https://registry.npmjs.org/ yarn --------- https://registry.yarnpkg.com/ tencent ------ https://mirrors.cloud.tencent.com/npm/ cnpm --------- https://r.cnpmjs.org/ taobao ------- https://registry.npmmirror.com/ npmMirror ---- https://skimdb.npmjs.com/registry/ ``` ``` $ nrm use cnpm //switch registry to cnpm Registry has been set to: http://r.cnpmjs.org/ ``` ## Usage ``` Usage: nrm [options] [command] Commands: ls List all the registries current Show current registry name use Change registry to registry add [home] Add one custom registry login [value] Set authorize information for a registry with a base64 encoded string or username and pasword -a --always-auth Set is always auth -u --username Your user name for this registry -p --password Your password for this registry -e --email Your email for this registry set-hosted-repo Set hosted npm repository for a custom registry to publish packages set-scope Associating a scope with a registry del-scope Remove a scope set Set custom registry attribute -a --attr Set custorm registry attribute -v --value Set custorm registry value del Delete one custom registry rename Set custom registry name home [browser] Open the homepage of registry with optional browser publish [|] Publish package to current registry if current registry is a custom registry. The field 'repository' of current custom registry is required running this command. If you're not using custom registry, this command will run npm publish directly -t --tag [tag] Add tag -a --access Set access -o --otp [otpcode] Set otpcode -dr --dry-run Set is dry run 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 * [npm](https://www.npmjs.org) * [yarn](https://yarnpkg.com) * [cnpm](http://cnpmjs.org) * [nodejitsu](https://www.nodejitsu.com) * [taobao](http://npm.taobao.org/) ## Related Projects * [verdaccio--A lightweight private npm proxy registry](https://verdaccio.org/) ## TODO 1. Add more registry: github, [sonatype](https://help.sonatype.com/repomanager3/formats/npm-registry), [sap](https://help.sap.com/viewer/4505d0bdaf4948449b7f7379d24d0f0d/2.0.03/en-US/726e5d41462c4eb29eaa6cc83ff41e84.html) ## Notice When you are using preset registries the `publish` command will proxy to the npm official registry. When you are using a custom registry you will need to run the `set-hosted-repo` to set a url to publish pacakges to your hosted registry. ## Maintainer is wanted If you find nrm is useful and is a experienced node.js developer, then you can help maintain nrm. If you have the interest you can reach me through email: pana.wang@outlook.com ## Contributors * [EmilyMew](https://github.com/EmilyMew) ## LICENSE MIT [npm-image]: https://img.shields.io/npm/v/nrm.svg?style=flat-square [npm-url]: https://npmjs.org/package/nrm