lednhatkhanh / rnpmrc

A simple tool to manage multiple .npmrc files, written in rust

Home Page:https://crates.io/crates/rnpmrc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rnpmrc

A cli tool to manage multiple .npmrc files written in rust.

Note

  • Tested on Mac and Linux, working on Windows.

Feature

  • Relatively simple but still contains enough common commands.
  • Written in rust.
  • Extremely small, only 4kb in size.
  • Readable messages.
  • Suggestion when typing the wrong command.

Instruction

  • Run rnpmrc -h for a list of all supported commands.

Build from source

  • You need to have cargo installed.
  • Run cargo install rnpmrc.

License

MIT

About

A simple tool to manage multiple .npmrc files, written in rust

https://crates.io/crates/rnpmrc

License:MIT License


Languages

Language:Rust 100.0%