max-mapper / extract-zip

Zip extraction written in pure JavaScript. Extracts a zip into a directory.
BSD 2-Clause "Simplified" License
388 stars 126 forks source link

feat: adding programatic filter to exclude/change file paths #117

Open martinheidegger opened 3 years ago

martinheidegger commented 3 years ago

I had the use-case where I needed just a particular set file of a zip at a dedicated location and this function allowed me to do that rather elegantly.

qqilihq commented 2 years ago

That's a really helpful functionality. Would imo really make sense to have this available in the lib.

Anyways, I have seen that you made the forked version available via @leichtgewicht/extract-zip -- thank you for that!!