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

Default compression level for native zip #53

Closed PatrikValkovic closed 2 years ago

PatrikValkovic commented 2 years ago

Sorry, I forgot about the default value -1 when native zip is used.

nfriedly commented 2 years ago

Oh, yea, good call. I'll go ahead and merge this in, but you you mind also adding a test or two?

(I used to have automated testing set up, but then TravisCI went to 💩, and I haven't gotten around to setting up github actions yet...)

I was going to test this locally and then get a new release published, but I haven't gotten to that either.

PatrikValkovic commented 2 years ago

@nfriedly You can still use the same Travis CI script file, except you will not use travic-co.org but travis-ci.org. The configuration should be the same.