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

Latest commit

 

History

History
28 lines (18 loc) · 694 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 694 Bytes

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