mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-13 19:16:21 -04:00
26 lines
412 B
Markdown
26 lines
412 B
Markdown
# @pnpm/config.reader
|
|
|
|
> Gets configuration options for pnpm
|
|
|
|
<!--@shields('npm')-->
|
|
[](https://npmx.dev/package/@pnpm/config.reader)
|
|
<!--/@-->
|
|
|
|
## Installation
|
|
|
|
```sh
|
|
pnpm add @pnpm/config.reader
|
|
```
|
|
|
|
## Usage
|
|
|
|
```ts
|
|
import { getConfig } from '@pnpm/config.reader'
|
|
|
|
getConfig().then(pnpmConfig => console.log(pnpmConfig))
|
|
```
|
|
|
|
## License
|
|
|
|
MIT
|