mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-11 17:42:43 -04:00
26 lines
387 B
Markdown
26 lines
387 B
Markdown
# @pnpm/config
|
|
|
|
> Gets configution options for pnpm
|
|
|
|
<!--@shields('npm')-->
|
|
[](https://www.npmjs.com/package/@pnpm/config)
|
|
<!--/@-->
|
|
|
|
## Installation
|
|
|
|
```sh
|
|
<pnpm|npm|yarn> add @pnpm/config
|
|
```
|
|
|
|
## Usage
|
|
|
|
```ts
|
|
import getConfig from '@pnpm/config'
|
|
|
|
getConfig().then(pnpmConfig => console.log(pnpmConfig))
|
|
```
|
|
|
|
## License
|
|
|
|
MIT
|