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
- Host: GitHub
- URL: https://github.com/0x-jerry/onrm
- Owner: 0x-jerry
- License: mit
- Created: 2018-09-28T09:30:07.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-03-05T12:44:22.000Z (7 months ago)
- Last Synced: 2025-06-12T08:05:45.971Z (4 months ago)
- Topics: bun, npm, nrm, registry, registry-manager, yarn
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/onrm
- Size: 8.88 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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

## 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
```