awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Kotlin CLI Frameworks

تم تحديث الترتيب في 13 يوليو 2026

For a library for building Kotlin CLI applications, the strongest matches are remkop/picocli (This framework provides robust argument parsing, subcommand support, and), ajalt/clikt (Clikt is a comprehensive Kotlin library specifically designed for) and kotlin/kotlinx-cli (This is a lightweight, pure Kotlin library for argument). Each is ranked by relevance to your query, popularity and recent activity.

نحن نختار بعناية مستودعات GitHub مفتوحة المصدر التي تطابق “best kotlin cli frameworks”. النتائج مرتبة حسب صلتها ببحثك — استخدم الفلاتر أدناه للتضييق، أو قم بتحسين البحث باستخدام الذكاء الاصطناعي.

Kotlin CLI Frameworks

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • remkop/picocliالصورة الرمزية لـ remkop

    remkop/picocli

    5,387عرض على GitHub↗

    picocli is a command line interface development framework and argument parser for JVM-based applications. It maps command line options and positional parameters to strongly typed Java methods and fields using a declarative, annotation-based model. The framework provides specific support for native image compilation, producing the reflection and resource configuration files necessary to build standalone binaries with reduced startup overhead. It further distinguishes itself with a dedicated system for generating shell autocompletion scripts and an ANSI terminal stylizer for applying colors and

    This framework provides robust argument parsing, subcommand support, and native image compatibility for JVM applications, making it a highly capable tool for building CLI applications in Kotlin despite its Java-centric annotation model.

    JavaCommand HierarchiesCommand Line Argument ParsersNative AOT Compilation
    عرض على GitHub↗5,387
  • ajalt/cliktA

    ajalt/clikt

    0عرض على GitHub↗

    Clikt (pronounced "clicked") is a multiplatform Kotlin library that makes writing command line interfaces simple and intuitive. It's the "Command Line Interface for Kotlin".

    Clikt is a comprehensive Kotlin library specifically designed for building command-line interfaces, offering robust support for argument parsing, subcommands, and a type-safe DSL that aligns perfectly with your requirements.

    Kotlin CLI Frameworks
    عرض على GitHub↗0
  • kotlin/kotlinx-cliالصورة الرمزية لـ Kotlin

    Kotlin/kotlinx-cli

    949عرض على GitHub↗

    Pure Kotlin implementation of a generic command-line parser.

    This is a lightweight, pure Kotlin library for argument parsing that provides the core functionality needed to build CLI applications, though it lacks some of the more advanced features like built-in interactive prompts or native binary compilation support.

    KotlinKotlin CLI Frameworks
    عرض على GitHub↗949

Related searches

  • a java library for building cli applications
  • a library for building C# CLI applications
  • a library for building Rust CLI applications
  • a ruby framework for building cli applications
  • a library for building typescript cli tools
  • a library for building PHP CLI applications
  • إطار عمل لبناء واجهات سطر الأوامر CLI بلغة Python
  • إطار عمل Go لبناء أدوات سطر الأوامر