mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-07 05:32:52 -05:00
@pnpm/config
Gets configution options for pnpm
Installation
<pnpm|npm|yarn> add @pnpm/config
Usage
import getConfig from '@pnpm/config'
getConfig().then(pnpmConfig => console.log(pnpmConfig))
License
MIT © Zoltan Kochan