@pnpm/fs.packlist
v2.0.0
Published
Get a list of the files to add from a directory into an npm package
Downloads
39,410
Readme
@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