npm explorer
js-7z - npm explorer
js-7z
v0.0.3
🏭 7zip functions in NodeJS 🏭
7z
javascript
x32
x64
windows
zip
nodejs
0
/week
Updated 3 years ago
Apache-2.0
Unpacked: 3.6 MB
Published by
FellGill
npm
yarn
pnpm
bun
npm install js-7z
Repository
Homepage
npm
Readme
Dependencies
(1)
Versions
(3)
Usage
Functions
Extract(file, out)
Extract zip file
Compress(file, folder)
Zip a folder
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 |