An open API service indexing awesome lists of open source software.

https://github.com/nathanborror/itc

The beginnings of a command line tool for managing an iTunes Connect account.
https://github.com/nathanborror/itc

Last synced: 11 months ago
JSON representation

The beginnings of a command line tool for managing an iTunes Connect account.

Awesome Lists containing this project

README

          

# itc

The beginnings of a command line tool for managing an iTunes Connect account.

# Usage

Create a config file in your home directory ~/.itc.yaml with the following
properties:

```yaml
appleID: YOUR_APPLE_ID_EMAIL
appleIDPassword: YOUR_APPLE_ID_PASSWORD
```

Then run `itc --help` to see a list of commands.