zeep
zip/unzip API based on 7-Zip
If links in this document not avaiable, please access README on GitHub directly.
Description
It is really difficult to find a module which is written in pure Node.js and offers zip/unzip perfectly.
Table of Contents
Get Started
const zeep = ; // Create an archive (.zip) containing only one file.zeep; // Create an archive (.zip) containing the whole folder.zeep; // Create an archive (.zip) containing children of the folder.// The folder itself is ignored.zeep; // Extract from an archive (.zip) and put files / directories under specified output_path.zeep; // Get all entry names stored in an archive.let names = zeep;