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 RepositoriesSubcommand Structuring

Design patterns for organizing complex CLI functionality into nested command hierarchies.

Distinct from Subcommand Parsers: Focuses on the architectural organization and naming of subcommands rather than the technical parsing logic.

Explore 1 awesome GitHub repository matching development tools & productivity · Subcommand Structuring. Refine with filters or upvote what's useful.

Awesome Subcommand Structuring 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.
  • cli-guidelines/cli-guidelinesAvatar de cli-guidelines

    cli-guidelines/cli-guidelines

    3,677Voir sur GitHub↗

    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

    Provides a framework for organizing complex functionality into a nested tree of noun-verb subcommands.

    CSS
    Voir sur GitHub↗3,677
  1. Home
  2. Development Tools & Productivity
  3. Subcommand Registration
  4. Subcommand Parsers
  5. Subcommand Structuring