nfriedly / node-bestzip

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

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

Closed nfriedly closed 6 years ago

nfriedly commented 6 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