Skip to content

Commit

Permalink
docs: create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Sep 23, 2022
1 parent b4602fe commit 979473c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## ipa_renamer

A command line tool for renaming your ipa files quickly and easily.

### Usage
```bash
ipa_renamer 0.0.1
A command line tool for renaming your ipa files quickly

USAGE:
ipa_renamer.exe [OPTIONS] <GLOB> [TEMPLATE]

ARGS:
<GLOB> file path pattern to rename
<TEMPLATE> Name template for the new file [default: $raw@$CFBundleIdentifier]

OPTIONS:
-h, --help Print help information
-o, --out <OUT> The dir to save the renamed files [default: renamed]
-t, --temp <TEMP> The temp dir for the extracted ipa file [default: ./temp]
-V, --version Print version information
```

0 comments on commit 979473c

Please sign in to comment.