compress a folder to a zip file.
var fs = require("fs");
var zip = require("../source/index.js");
var archive = new zip();
archive.zipFolder('test','test.zip');
- https://github.com/janjongboom/node-native-zip( the forked version works indeed.)
- https://github.com/ryanmcgrath/wrench-js
This project is part of the solo, a static blog based on Node.js.