→ كل المشاريع

deno-zip

بواسطة @moncefplastin07

21

Streaming cross-platform zip tool written for Deno 🦕.

عن هذا المشروع

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

من ملف README الخاص بالمشروع على GitHub

النجوم
21
التفريعات
18
الرخصة
MIT
آخر تحديث
23/02/2023

المواضيع

أضف هذه الشارة إلى ملف README

أظهر أن مشروعك مُدرج على «صُنع في الجزائر».

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/deno-zip.svg)](https://www.madeinalgeria.dev/projects/deno-zip)

مشاريع ذات صلة