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

https://github.com/maccyber/ga-test


https://github.com/maccyber/ga-test

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# GA-test

### Install ktlint check on git pre-commit

```sh
./gradlew addKtlintCheckGitPreCommitHook
```

### Build

```sh
./gradlew build
```

### Run

```sh
./gradlew run
```

### Test

```sh
./gradlew test
```