rnpmrc
A cli tool to manage multiple .npmrc files written in rust.
Note
- Tested on
MacandLinux, working onWindows.
Feature
- Relatively simple but still contains enough common commands.
- Written in
rust. - Extremely small, only
2kbin size. - Readable messages.
- Suggestion when typing the wrong command.
Instruction
- Run
rnpmrc -hfor a list of all supported commands.
Build from source
- You need to have
cargoinstalled. - Run
cargo install rnpmrc.
License
MIT