rnpmrc

Crates.iornpmrc
lib.rsrnpmrc
version0.4.0
sourcesrc
created_at2019-06-26 15:28:50.002624
updated_at2019-06-28 09:24:12.311797
descriptionA tool to manage multiple .npmrc files
homepage
repositoryhttps://github.com/lednhatkhanh/rnpmrc
max_upload_size
id143764
size12,852
Nhat Khanh (lednhatkhanh)

documentation

README

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

Commit count: 21

cargo fmt