awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • apple/swift-argument-parserAvatar de apple

    apple/swift-argument-parser

    3,728Voir sur 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
    Voir sur GitHub↗3,728
  1. Home
  2. Web Development
  3. Type-Safe API Frameworks
  4. CLI Frameworks