Add Home

2025-12-13 22:05:11 +00:00
commit 7a3644b948

17
Home.md Normal file

@@ -0,0 +1,17 @@
# migration-kt
`migration-kt` is a Kotlin library that enables code-based migrations.
## Installation
Add the following to your `build.gradle.kts`.
```kotlin
repositories {
maven("https://git.infendro.com/api/packages/Infendro/maven")
}
dependencies {
implementation("com.infendro:migration:1.1.1")
}
```