commit 4d4b64445d3f34a003d4c5b16272a4c94709784f Author: Infendro Date: Sat Dec 13 22:12:24 2025 +0000 Add Home diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..48ca5e5 --- /dev/null +++ b/Home.md @@ -0,0 +1,17 @@ +# migration-ktor + +`migration-ktor` is a Kotlin library that enables code-based migrations in Ktor. + +## Installation + +Add the following to your `build.gradle.kts`. + +```kotlin +repositories { + maven("https://git.infendro.com/api/packages/Infendro/maven") +} + +dependencies { + implementation("com.infendro:ktor-migration:1.1.1") +} +``` \ No newline at end of file