Skip to content

Commit 979473c

Browse files
committed
docs: create README.md
1 parent b4602fe commit 979473c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## ipa_renamer
2+
3+
A command line tool for renaming your ipa files quickly and easily.
4+
5+
### Usage
6+
```bash
7+
ipa_renamer 0.0.1
8+
A command line tool for renaming your ipa files quickly
9+
10+
USAGE:
11+
ipa_renamer.exe [OPTIONS] <GLOB> [TEMPLATE]
12+
13+
ARGS:
14+
<GLOB> file path pattern to rename
15+
<TEMPLATE> Name template for the new file [default: $raw@$CFBundleIdentifier]
16+
17+
OPTIONS:
18+
-h, --help Print help information
19+
-o, --out <OUT> The dir to save the renamed files [default: renamed]
20+
-t, --temp <TEMP> The temp dir for the extracted ipa file [default: ./temp]
21+
-V, --version Print version information
22+
```

0 commit comments

Comments
 (0)