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. Learn more →
Kotlinx-cli Alternatives
Similar projects and alternatives to kotlinx-cli
-
-
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.
-
-
-
picocli
Picocli is a modern framework for building powerful, user-friendly, GraalVM-enabled command line apps with ease. It supports colors, autocompletion, subcommands, and more. In 1 source file so apps can include as source & avoid adding a dependency. Written in Java, usable from Groovy, Kotlin, Scala, etc.
-
-
-
-
Nutrient
Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
-
-
-
-
-
-
-
kotlin-argparser
Easy to use and concise yet powerful and robust command line argument parsing for Kotlin
-
-
-
ktx
npx for kotlin and the JVM! Install and execute jars or kotlin scripts just like any other command line utility. (by mpetuska)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
kotlinx-cli discussion
kotlinx-cli reviews and mentions
-
com.lihaoyi Scala: Executable Pseudocode that's Easy, Boring, and Fast
In Kotlin, I've been having a great time with kotlinx-cli. No macros involved or magic involved, and it's closer to the author's own ideals.
-
Guides for Kotlin scripting use case
(And some less good ones https://github.com/Kotlin/kotlinx-cli, despite being official)
-
How can I make my class more reusable?
Not exactly sure what you're doing, but check out https://github.com/Kotlin/kotlinx-cli which is an official multiplatform solution for parsing incoming options. If you can use it in your case, great! If not, you might at least be inspired by the API (and how extensive even a "simple" idea can get).
-
New Project: CLI to transform Excel spreadsheets to JSON (in Kotlin)
For CLI programs in Kotlin, I suggest taking a look at kotlinx-cli or, especially, Clikt, for idiomatic Kotlin code without annotations and such. Of course, after having already written the program, you're most likely not gonna switch that out, but I just wanted to inform you about that.
-
Cli frameworks for Kotlin
What about the official command line parser from jetbrains? https://github.com/Kotlin/kotlinx-cli
-
Absolute beginner - readLine() convert input to Int
I think, you can use libs for that. ex: Clikt, kotlinx.cli, picocli
-
Started Learning Kotlin 3 days ago, this is my first little project
Nice work! Welcome to Kotlin, it’s quickly becoming my favourite language. (Former PHP, current Java dev here). You should check out https://github.com/Kotlin/kotlinx-cli if you want to take it to the next level.
-
Is Kotlin Native ready for CLI tools development ?
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).
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 19 Feb 2025
Stats
Kotlin/kotlinx-cli is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of kotlinx-cli is Kotlin.