nfriedly / node-bestzip

Provides a `bestzip` command that uses the system `zip` if avaliable, and a Node.js implimentation otherwise.
MIT License
80 stars 16 forks source link

V2 - re-enable native zip and change node zip's behavior to match native #22

Closed nfriedly closed 5 years ago

nfriedly commented 5 years ago

Also, adds lots more tests to ensure consistent output, and fixes bug with ../ in paths

Fixes #7 Fixes #12 Fixes #17 Supersedes & Closes #13 Includes & Closes #21