Hello, I am looking for open-source Kotlin-native ...
# kotlin-native
j
Hello, I am looking for open-source Kotlin-native based CLI tools for inspiration. Any repo that comes to mind?
👀 2
b
Kotlinx.cli?
It's multiplatform and works on native too
Or did you mean finished projects rather than libs?
j
@Big Chungus both finished projects and libs
m
Maybe search github for projects using clikt ?
👍 1
a
If you find some, it would be nice if you could paste them here... 😉
2
m
I'm also curious if there's an efficient/simple way to distribute such clis. On the jvm, looks like giving a link to a jar file does the job. For K/N, I would expect something like
curl <https://github.com/sample/repo/install.sh> | sh
b
Not sure how relevant, but this is jvm based cli app. Could probably convert it to native as well as it only depends on ktor client
👍 1
m
ktlint looks like a good candidate too. Most likely JVM only though