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
2kb
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