Installation
npm install syszip
What does it do?
Simple wrapper for performing command line zip and unzip. Useful for extra large zip archives you don't want loaded into node ram. In order for this to work the calling program MUST be running as a user with permissions to the use zip/unzip commands in command line. This NPM module is still in early development and has only been tested on the listed operating systems:
- CentOS 6
Coding Examples
var sysZip = ; // create zip sysZip; // unzip sysZip;