This project acts as a command line tool for operating one or multiple Gitea instances. It depends on [code.gitea.io/sdk](https://code.gitea.io/sdk) client SDK implementation written in Go to interact with
the Gitea API implementation.
## Installation
```
go get github.com/go-gitea/tea
go install github.com/go-gitea/tea
```
## Usage
First of all, you have to create a token on your personal settings -> application.