mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-28 12:01:37 -04:00
@pnpm/symlink-dependency
Symlink a dependency to node_modules
Installation
pnpm install @pnpm/symlink-dependency
Usage
import { symlinkDependency } from '@pnpm/symlink-dependency'
await symlinkDependency('/home/src/foo', '/home/src/my-project/node_modules', 'foo')
//> { reused: false }
License
MIT