awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesCLI Frameworks

Frameworks specifically for creating command-line interfaces with strong type safety.

Distinct from Type-Safe API Frameworks: Distinct from API frameworks which focus on network requests/responses, this focuses on terminal inputs

Explore 1 awesome GitHub repository matching web development · CLI Frameworks. Refine with filters or upvote what's useful.

Awesome CLI Frameworks GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • apple/swift-argument-parserAvatar de apple

    apple/swift-argument-parser

    3,728Ver en GitHub↗

    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 type-safe framework where command-line arguments and options map directly to Swift types.

    Swift
    Ver en GitHub↗3,728
  1. Home
  2. Web Development
  3. Type-Safe API Frameworks
  4. CLI Frameworks