zstream
zipping and unzipping in JavaScript
zstream is to provide a well-maintained, complete streaming API for working with zip archives in node.js.
zstream is super early, and not ready for use yet.
Usage
Recursively zip up a directory (this doesn't work yet):
var zs = fs = fstream = ; // isaacs/fstream var sourceDir = fstream; sourceDir ;
Unzip a zip file into a directory:
var zs = fs = fstream = ; // isaacs/fstream fs ;
authors
@alunny
license
MIT