Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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`.)
- Host: GitHub
- URL: https://github.com/amio/nrm
- Owner: amio
- Created: 2017-01-10T10:16:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-02T02:10:42.000Z (over 7 years ago)
- Last Synced: 2024-10-13T08:59:37.433Z (23 days ago)
- Topics: manager, npm, nrm, registry, switcher
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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 helpOptions:
-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