1.0.2 • Published 5 years ago

zip-p v1.0.2

Weekly downloads
5
License
ISC
Repository
github
Last release
5 years ago

zip

Install

npm install zip-p --save

Quick Start

var zip = require('zip-p'); 
// options(fileName: require:true 指定项目中需要压缩的文件名, outputName: require:false, 指定压缩包名)
zip('fileName', 'outputName')

output

zip('fileName')
fileName_20200615133050.zip

zip('fileName', 'outputName')
outputName_20200615133050.zip
1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago