Crate npmrc

Source
Expand description

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);

Structs§

Npmrc
Representation of .npmrc.

Enums§

Access
Npm’s access levels.
LogLevel
Npm’s log levels.

Functions§

read
Read out .npmrc and return it.