4 releases (breaking)
0.4.0 | Jun 28, 2019 |
---|---|
0.3.0 | Jun 27, 2019 |
0.2.0 | Jun 27, 2019 |
0.1.0 | Jun 26, 2019 |
#188 in #multiple
12KB
274 lines
rnpmrc
A cli tool to manage multiple .npmrc
files written in rust.
Note
- Tested on
Mac
andLinux
, working onWindows
.
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
Dependencies
~1.5–2.3MB
~32K SLoC