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

https://github.com/0x-jerry/onrm

Another NPM/YARN registry manager, like the nrm
https://github.com/0x-jerry/onrm

bun npm nrm registry registry-manager yarn

Last synced: 4 months ago
JSON representation

Another NPM/YARN registry manager, like the nrm

Awesome Lists containing this project

README

          

# NPM Registry Manager

Another NPM registry manager, like the [nrm](https://github.com/Pana/nrm)

- Support npm, yarn v1, bun, and all other tools that read config from `.npmrc/.yarnrc`

## Install

```
$ npm install -g onrm

# or

$ yarn global add onrm
```

## Example

![example](./assets/example.gif)

## Usage

```
Usage: onrm [command] [options]

Options:

-h, --help output usage information

Commands:

ls List all the registries
config Output config file path, and content
use [type] Change registry to registry, type is one of [yarn, npm, bun]
add [home] Add one custom registry
rm Delete one custom registry
rename Rename exist registry
```