4 releases

Uses old Rust 2015

0.2.0 May 31, 2018
0.1.2 Feb 27, 2018
0.1.1 Feb 27, 2018
0.1.0 Feb 27, 2018

#356 in Email

Download history 1/week @ 2023-11-10 5/week @ 2023-11-17 4/week @ 2023-11-24 18/week @ 2023-12-01 4/week @ 2023-12-15 8/week @ 2023-12-22 1/week @ 2024-01-12 8/week @ 2024-01-19 4/week @ 2024-01-26 4/week @ 2024-02-02 6/week @ 2024-02-09 50/week @ 2024-02-16 134/week @ 2024-02-23

194 downloads per month

Apache-2.0

11KB
70 lines

npmrc

crates.io version build status downloads docs.rs docs

Read and parse .npmrc files.

Installation

$ cargo add npmrc

License

Apache-2.0


lib.rs:

Read out npm's .npmrc file, and serialize it to a struct.

Usage

extern crate npmrc;
let npmrc_values = npmrc::read().unwrap();
println!("{:?}", npmrc_values);

Dependencies

~0.5–1.1MB
~26K SLoC