awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesCLI Frameworks

Libraries and frameworks used to build command-line applications.

Distinct from Command-Line Interface Development: Distinct from CLI Development as a general activity, this identifies the library framework itself

Explore 2 awesome GitHub repositories matching user interface & experience · CLI Frameworks. Refine with filters or upvote what's useful.

Awesome CLI Frameworks GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • apple/swift-argument-parserAvatar von apple

    apple/swift-argument-parser

    3,728Auf GitHub ansehen↗

    This is a library for building command-line interfaces in Swift. It converts command-line arguments into type-safe Swift properties using a declarative approach, ensuring that inputs match expected data types to prevent runtime errors. The framework supports the creation of complex command hierarchies through nested subcommands. It automatically generates formatted usage documentation and error messages by deriving information from the defined metadata and types. The system utilizes property wrappers to attach parsing logic to types and employs reflection to extract metadata from property na

    Provides a declarative framework for building type-safe command-line interfaces in Swift.

    Swift
    Auf GitHub ansehen↗3,728
  • cli-guidelines/cli-guidelinesAvatar von cli-guidelines

    cli-guidelines/cli-guidelines

    3,677Auf GitHub ansehen↗

    This project is a set of design guidelines and a usability framework for building modern command-line interfaces based on updated Unix principles. It serves as a technical reference and manual for creating composable terminal applications that prioritize modularity and text-based communication. The guidelines cover human-centric design rules for managing interactive prompts, output formatting, and user configuration. It provides a standards-based approach to terminal application ergonomics, ensuring tools remain intuitive for humans while remaining functional for automation. The framework ad

    Offers a framework of human-centric design rules for managing interactive prompts, output formatting, and configuration.

    CSS
    Auf GitHub ansehen↗3,677
  1. Home
  2. User Interface & Experience
  3. UI Architecture
  4. Command-Line Interface Development
  5. CLI Frameworks

Unter-Tags erkunden

  • Usability FrameworksSets of rules and patterns focused on enhancing the human-centric experience of terminal applications. **Distinct from CLI Frameworks:** Focuses on the usability rules (ergonomics, prompts, output) rather than the technical library implementation of a framework.