We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5216e6 commit 8a266b8Copy full SHA for 8a266b8
1 file changed
README.md
@@ -1 +1,21 @@
1
-# file-zip
+# File-Zip
2
+
3
+A lightweight compression and decompression tool.
4
5
+## Features
6
7
+Unzip a ZIP file
8
9
+```bash
10
+./file-zip -mode 2 --zipPath MyZip.zip --DistDirPath MyDir --code utf-8
11
+```
12
13
+Compress multiple files
14
15
16
+./file-zip -mode 1 --file test1.txt --file TestDir --file test2.txt --zipPath NewZip.zip
17
18
19
+### License
20
21
+Released under the MIT License.
0 commit comments