Skip to content
This repository has been archived by the owner on Apr 2, 2022. It is now read-only.

pnpm/store-path

Repository files navigation

This package has been moved to the pnpm monorepo

@pnpm/store-path

Resolves the pnpm store path

npm version Build Status

Installation

<pnpm|yarn|npm> add @pnpm/store-path

Usage

import resolveStorePath from '@pnpm/store-path'

await resolveStorePath('F:\\project', 'pnpm-store')
//> F:\\pnpm-store\\2

License

MIT © Zoltan Kochan