awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Java CLI Frameworks

रैंकिंग 13 जुल॰ 2026 को अपडेट की गई

For a java library for building cli applications, the strongest matches are remkop/picocli (Picocli is a comprehensive Java framework that provides annotation-based), mojang/brigadier (Brigadier is a robust Java library for building complex) and jbock-java/jbock (This library provides a reflectionless command-line parser that handles). airlift/airline and cbeust/jcommander round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

हम “best java cli frameworks” से मेल खाने वाली ओपन-सोर्स GitHub रिपॉजिटरी को क्यूरेट करते हैं। परिणाम आपकी क्वेरी के आधार पर रैंक किए गए हैं — सीमित करने के लिए नीचे दिए गए फ़िल्टर चुनें, या AI के साथ रिफाइन करें।

Java CLI Frameworks

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • remkop/picocliremkop का अवतार

    remkop/picocli

    5,387GitHub पर देखें↗

    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

    Picocli is a comprehensive Java framework that provides annotation-based command parsing, subcommand support, automatic help generation, and terminal styling, making it a flagship tool for building CLI applications.

    JavaCLI Documentation GenerationCommand HierarchiesCommand Line Argument Parsers
    GitHub पर देखें↗5,387
  • mojang/brigadierMojang का अवतार

    Mojang/brigadier

    3,698GitHub पर देखें↗

    Brigadier is a command-line parser and dispatcher that maps text-based inputs to executable functions using a hierarchical tree of arguments. It provides a system for defining nested command structures and typed arguments to route user input to specific handlers. The library includes a command syntax generator that automatically produces human-readable usage strings and documentation based on defined command nodes. It transforms raw strings into structured data to identify valid command sequences and pinpoint syntax errors. The framework covers command tree routing, input syntax validation,

    Brigadier is a robust Java library for building complex, hierarchical command-line interfaces with sophisticated argument parsing and subcommand routing, though it lacks built-in features for interactive shells or terminal styling.

    JavaArgument ParsingNested Command StructuresUsage Documentation Generators
    GitHub पर देखें↗3,698
  • jbock-java/jbockjbock-java का अवतार

    jbock-java/jbock

    91GitHub पर देखें↗

    Reflectionless command line parser

    This library provides a reflectionless command-line parser that handles argument mapping and help generation, serving as a specialized tool for building Java CLI applications.

    JavaCommand Line Tools
    GitHub पर देखें↗91
  • airlift/airlineA

    airlift/airline

    0GitHub पर देखें↗

    Airlift Airline is a Java framework specifically designed for building command-line applications with support for command parsing, subcommands, and automatic help generation.

    Command Line Interfaces
    GitHub पर देखें↗0
  • cbeust/jcommanderC

    cbeust/jcommander

    0GitHub पर देखें↗

    JCommander is a Java library that provides robust command parsing, subcommand support, and automatic help generation, making it a well-established tool for building command-line applications.

    Command Line ToolsJava CLI Frameworks
    GitHub पर देखें↗0
  • aikar/commandsaikar का अवतार

    aikar/commands

    630GitHub पर देखें↗

    This project is a Java command dispatch framework that maps user input to application logic using annotation-based processing. It provides a unified interface for registering and executing commands, allowing developers to define command syntax, parameter requirements, and execution logic through standard method annotations. The framework distinguishes itself through its cross-platform command handler, which abstracts platform-specific input and registration systems into a single codebase. This allows for consistent command processing across diverse environments, including server proxies, chat

    This framework provides robust command parsing, subcommand support, and automatic help generation for Java applications, making it a strong choice for building complex command-line interfaces despite its origins in game server plugin development.

    JavaArgument ParsingType-Safe Argument Mappings
    GitHub पर देखें↗630

Related searches

  • a library for building Kotlin CLI applications
  • a library for building C# CLI applications
  • a ruby framework for building cli applications
  • a library for building PHP CLI applications
  • CLI टूल्स बनाने के लिए Go फ्रेमवर्क
  • a library for building Rust CLI applications
  • Python के लिए एक CLI बिल्डिंग फ़्रेमवर्क
  • a library for building typescript cli tools