rubenv / zipper

Insanely simple zipfile creator for node.js.
http://savanne.be/445-zipper-an-insanely-simple-zipfile-creator-for-node-js
Other
33 stars 6 forks source link

Added the function to work with Multiple files #4

Open ghost opened 12 years ago

ghost commented 12 years ago

You can go to the examples and run node test_multi.js

I am going to make the recursive version of the call next.

Let me know if there are any conventions I should follow in terms of the way it is coded (If tabs bother you feel free to change that :{P or if you have any other suggestions.

rubenv commented 12 years ago

Will review this in depth soon, but I'm very overloaded with work right now. Stay tuned.

ghost commented 12 years ago

Hey,

I agree about the libraries. I don't think I even use spo here at all that wandered in from a different branch I have going. It's my function dumping ground.

What is in spo that is useful is a function to dump a directory to Json for zipping folders( Arguably it even works ). That is something that can just be in the zipper source directly. Don't waste your time with that. When I do the zip folder part I'll share that separately.

Async.js is pretty peer reviewed.