js-7z
v0.0.3
Published
🏭 7zip functions in NodeJS 🏭
Downloads
131
Maintainers
Readme
Usage
Functions
Extract(file, out)
Extract zip file
| Param | Type | Description | | --- | --- | --- | | file | String | File that we want to decompress | | out | String | Folder where we want the file to be decompressed |
Compress(file, folder)
Zip a folder
| Param | Type | Description | | --- | --- | --- | | file | String | File URL | | folder | String | Folder you want to compress |