mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-07 07:27:06 -04:00
@pnpm/config
Gets configs for pnpm
Installation
<pnpm|npm|yarn> add @pnpm/config
Usage
import getConfigs from '@pnpm/config'
getConfigs().then(pnpmConfigs => console.log(pnpmConfigs))
License
MIT © Zoltan Kochan