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