deno-zip
21
Streaming cross-platform zip tool written for Deno 🦕.
About this project
Deno Zip archive Streaming cross-platform zip tool written for Deno 🦕. the module require permision below --allow-run: for running unzipping command in command prompt --allow-read: check the existence of the file before starting the decompression process. import the module in your deno app Usage: Compressing Compress files and folders to zip file with compress method addin: v1.2.0 arguments files: (string) of one file or more or array of folders and files paths archiveName: (string) string of name and destination path of zip file (Where do you want the get compressed zip file) by default is './archive.zip' (current working directory (CWD)) options: object of compressing options overwrite: boolean Examples: Decompressing arguments filePath: string of zip file path. destinationPath: (null string) null or string of destination path (Where do you want the unzipped files to be) as default is './' (current working directory (CWD)) options: object of unzipping options return Promise The destination path or false if the extraction process fails. Examples: Contribute with us from Here
From the project README on GitHub
- Stars
- 21
- Forks
- 18
- License
- MIT
- Last push
- 23 Feb 2023
Topics
Add this badge to your README
Show that your project is listed on Made in Algeria.
[](https://www.madeinalgeria.dev/projects/deno-zip)