Skip to content
/ rnrm Public

NPM registry manager powered by Rust🦀. Tiny but fast, easily to switch between different registries, such as npm, cnpm, taobao...

Notifications You must be signed in to change notification settings

liwuhou/rnrm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rnrm

A Rust-powered tool designed to streamline the management of npm's registry.

Usage

rnrm <COMMAND>

Commands:
  ls       List all the registries
  current  Show current registry
  use      Change current registry
  add      Add a custom registry
  set      Add or modify a custom registry
  del      Delete a custom registry
  rename   Change custom registry's name
  help     Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version

TODO

  • help
  • ls
  • current
  • use
  • add
  • set
  • del
  • rename
  • handle errors

Addition

  • friendly fuzzy keyword
  • friendly prompt?
  • Scan the current npm project automatically, search for .npmrc, .yarnrc, .pnpmrc files, and read the registry configuration from them.
  • Check the correctness of a URL.

About

NPM registry manager powered by Rust🦀. Tiny but fast, easily to switch between different registries, such as npm, cnpm, taobao...

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages