zip-local icon indicating copy to clipboard operation
zip-local copied to clipboard

How to zip multiple folder and files

Open sarpavci opened this issue 8 years ago • 0 comments

I want compress to multiple file and folder. For example,

const items = [
  './example.txt',
  './example2.txt',
  './example-folder',
  './example2-folder'
] 

Zipper.sync.zip(items).compress().save(path);

Is it possible or can I do this with the fs reader?

sarpavci avatar Feb 05 '18 17:02 sarpavci