commit 7a3644b948e4d0537ec5969cc468412919aa7f6d Author: Infendro Date: Sat Dec 13 22:05:11 2025 +0000 Add Home diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..c32870b --- /dev/null +++ b/Home.md @@ -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") +} +``` \ No newline at end of file