Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amio/nrm

Minimal npm registry manager. (Like `nrm` but without bundling a huge `npm`.)
https://github.com/amio/nrm

manager npm nrm registry switcher

Last synced: 22 days ago
JSON representation

Minimal npm registry manager. (Like `nrm` but without bundling a huge `npm`.)

Awesome Lists containing this project

README

        

# @amio/nrm [![npm-version][npm-badge]][npm-link]

Minimal npm registry manager. (Like `nrm` but without bundling a huge `npm`.)

### Install

```
npm i -g @amio/nrm
```

### Usage

```
Usage: nrm [command]

Commands:

ls List all available registries
use Change npm registry to
help Print this help

Options:

-h, --help output usage information
-v, --version output the version number
```

### license

ISC © [Amio][author]

[npm-badge]: https://img.shields.io/npm/v/@amio/nrm.svg?style=flat-square
[npm-link]: https://www.npmjs.com/package/@amio/nrm
[author]: https://github.com/amio