GongT / 7zip-bin-wrapper

📦 wrapper for `7zip-bin`
MIT License
1 stars 1 forks source link

More of a thought... #1

Open ispyhumanfly opened 5 years ago

ispyhumanfly commented 5 years ago

I've used older variations of the more platform specific 7zip-bin-versions in the past. Windows works ok, but, Linux has failed a lot lately and I need an osx one. I'd like to help out here since the project I'm working on is cross platform and honestly there is no need to use three of them when one could do a nice job in all cases...

I'll for for now and let you see what I come up with? Or do you have a preference on how people should help?

GongT commented 5 years ago

I have think about this a lot of time. And the result is:

Not to remove 7zip-bin dependency. (or I will write another package)

If I will write another package:

A good package must have download or compile thing like lzma-native does. But need a lot of work....

I think the size is not a problem. It's only 9MB, and only affect developer or server.
If use on client, only copy the required one. (<- which I does)

Oh, I never thought there will be contributions 🤣... Maybe just paste some code or link here?