Files
pnpm/packages/config
Zoltan Kochan 59759f7c6f feat: new matching pattern
BREAKING CHANGE:

new wildcard matcher used

close #2048
PR #2052
2019-10-05 20:54:07 +03:00
..
2019-10-05 20:54:07 +03:00
2019-10-05 20:54:07 +03:00
2019-10-05 20:47:04 +03:00
2019-09-28 22:41:16 +03:00

@pnpm/config

Gets configution options for pnpm

npm version

Installation

<pnpm|npm|yarn> add @pnpm/config

Usage

import getConfig from '@pnpm/config'

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

License

MIT © Zoltan Kochan