Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanmkaya authored Sep 2, 2020
1 parent c98126a commit d4de34f
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# vrsncode

```
Vrsncode is a tool to fetch and update Android version code with respect to
the latest version code for an app deployed to play store
Usage:
vrsncode [command]
Available Commands:
fetch A brief description of your command
help Help about any command
increment A brief description of your command
Flags:
-c, --config string config file (default is .vrsncode)
-h, --help help for vrsncode
-k, --key string key file (e.g service account json file)
-p, --package string package name
Use "vrsncode [command] --help" for more information about a command.
```

## Usage

`vrsncode -k service-account.json -p example.com.demo`

## Installation
`go get github.com/nathanmkaya/vrsncode`

0 comments on commit d4de34f

Please sign in to comment.