From 7a3644b948e4d0537ec5969cc468412919aa7f6d Mon Sep 17 00:00:00 2001 From: Infendro Date: Sat, 13 Dec 2025 22:05:11 +0000 Subject: [PATCH] Add Home --- Home.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Home.md 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