Crate npmrc [] [src]

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

Usage

This example is not tested
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.