Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to zip multiple folder and files #9

Open
usameavci opened this issue Feb 5, 2018 · 0 comments
Open

How to zip multiple folder and files #9

usameavci opened this issue Feb 5, 2018 · 0 comments

Comments

@usameavci
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant