Ecosyste.ms: Awesome
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: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/maccyber/ga-test
- Owner: maccyber
- Created: 2021-10-04T14:55:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-06T08:33:00.000Z (about 3 years ago)
- Last Synced: 2024-04-28T02:36:37.641Z (8 months ago)
- Language: Kotlin
- Size: 79.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```