Skip to content

Commit 81aad0e

Browse files
Add README.md
1 parent 4f3054f commit 81aad0e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Simple Java Unzipper
2+
3+
## Build
4+
`gradlew build`
5+
6+
## Run
7+
`java -jar SimpleUnzipper-<version>.jar [zip-file-name] [destination-folder] [verbose]`
8+
9+
- zip-file-name (optional): Specify a file name to be used as the source zip folder. By defaul, if no file is specified, the program will find the first ".zip" in the current working directory.
10+
- destination-folder (optional): Specify a folder to place all the files into. By default, the program will use the current working directory.
11+
- verbose (optional): Valid options are "true" or "false". Verbose printing is enabled by default.

0 commit comments

Comments
 (0)