Back to Pnpm

@pnpm/config.reader

config/reader/README.md

11.0.6411 B
Original Source

@pnpm/config.reader

Gets configuration options for pnpm

<!--@shields('npm')-->

<!--/@-->

Installation

sh
pnpm add @pnpm/config.reader

Usage

ts
import { getConfig } from '@pnpm/config.reader'

getConfig().then(pnpmConfig => console.log(pnpmConfig))

License

MIT