mirror of
https://github.com/pnpm/pnpm.git
synced 2025-12-23 23:29:17 -05:00
@pnpm/fs.packlist
Get a list of the files to add from a directory into an npm package
Installation
pnpm add @pnpm/fs.packlist
Usage
const { packlist } = require('@pnpm/fs.packlist')
const files = packlist('/package-dir')
License
MIT © Zoltan Kochan