pick-zip
v0.2.0
Published
A simple tool to pick and zip files
Downloads
3
Readme
A simple tool to pick and zip files
安装
pnpm i -D @anthony-ju/pick-zip使用
在 package.json 中添加以下内容:
{
"scripts": {
"pick-zip": "pick-zip"
}
}默认的压缩文件路径为根目录下的dist文件夹,压缩后的文件名为dist.zip,如果需要修改,可以使用以下命令:
{
"scripts": {
"pick-zip": "pick-zip -i inputPath -o outputPath.zip"
}
}