-
I am surprised not to see any mention of kscript https://github.com/holgerbrandl/kscript
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Coroutines are not built for arm (and other libraries). Maybe I am overestimating the importance of this, but I would absolutely want to run my CLI tools on machines like the raspberry pi!
-
There is https://github.com/Kotlin/kotlinx-cli but you'll have to weigh this against quality and completeness of third party efforts as you've already discovered (in any case you'll probably need multiple libraries).
-
My go-to for CLI tools nowadays is Golang with cobra
-
Hey! I am currently investigating the current state of Kotlin for such tools/applications. I, therefore, created a sample dyndns cli tool for my webhoster (see https://github.com/sellmair/ionos-dyndns) as example/dogfooding project.
-
No "official" files API available for native right now. However, this okio implementation looks really, really cool already: https://github.com/square/okio/issues/797#issuecomment-748781380
-
Kotlin-shell looks pretty interesting too: https://github.com/jakubriegel/kotlin-shell
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Maven is slow, but hopefully mvnd can fix that.
Related posts
-
Tracking Twitter User Behavior - The Overview
-
ISBN Stacks — A look at a possible Spring Application implementation without annotations
-
Comparing 13 LLM Providers API Performance with Node.js: Latency and Response Times Across Models
-
Coil and Ktor in Kotlin Multiplatform Compose project
-
Neofetch for Git Repositories