Skip to content

Commit

Permalink
Improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
HttxMarco committed Mar 5, 2024
1 parent d8f8d2c commit 326bcd3
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,29 @@

# Installation

### Dependencies
```kotlin
implementation(TODO())
```

# Planned in the future
- [ ] Better json reader and worker
- [ ] Aeon and yaml support
- [ ] Simple and easy kubernetes api
***

Snapshot-Repository:
Find latest snapshot version here <a href="https://s01.oss.sonatype.org/content/repositories/snapshots/dev/httpmarco/osgan-files/">Click</a>
```kotlin
repositories {
maven { url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/") }
}
```

Dependency:
```kotlin
implementation("dev.httpmarco:osgan-files:version")
implementation("dev.httpmarco:osgan-reflections:version")
implementation("dev.httpmarco:osgan-utils:version")
implementation("dev.httpmarco:osgan-kubernetes:version")
```


<p align="center">
Readme work in progress...
</p>

0 comments on commit 326bcd3

Please sign in to comment.