Skip to content

Commit 8a266b8

Browse files
committed
Feat: readme.md
1 parent e5216e6 commit 8a266b8

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
1-
# file-zip
1+
# 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+
```bash
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

Comments
 (0)