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
·

C# CLI Frameworks

Classement mis à jour le 13 juil. 2026

For a library for building C# CLI applications, the strongest matches are spectreconsole/spectre.console (Spectre), commandlineparser/commandline (This library provides robust command parsing, subcommand routing, and) and dotnet/command-line-api (This is the official). natemcmaster/commandlineutils is also worth a look. Each is ranked by relevance to your query, popularity and recent activity.

Nous sélectionnons les dépôts GitHub open-source correspondant à « best c sharp cli frameworks ». Les résultats sont classés par pertinence par rapport à votre recherche — utilisez les filtres ci-dessous pour affiner, ou utilisez l'IA.

C# CLI Frameworks

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • spectreconsole/spectre.consoleAvatar de spectreconsole

    spectreconsole/spectre.console

    11,210Voir sur GitHub↗

    Spectre.Console is a .NET framework designed for building structured, feature-rich command-line applications. It provides a comprehensive toolkit for managing complex command hierarchies, type-safe argument parsing, and dependency injection, allowing developers to decouple business logic from input processing while maintaining modular application designs. The framework distinguishes itself through a sophisticated terminal user interface toolkit that enables the creation of dynamic, interactive console experiences. It utilizes a markup-based rendering system to display styled text, tables, cha

    Spectre.Console is a comprehensive .NET framework that provides all the requested features, including command parsing, subcommand support, interactive prompts, and dependency injection, specifically tailored for building sophisticated CLI applications.

    C#Argument ParsersDependency InjectionDependency Injection Containers
    Voir sur GitHub↗11,210
  • commandlineparser/commandlineAvatar de commandlineparser

    commandlineparser/commandline

    4,817Voir sur GitHub↗

    This library is a .NET command line parser for C# and F# that implements POSIX getopt conventions to map shell arguments into strongly typed objects. It provides a framework for building console applications that process Unix-style flags and options. The project features a routing system that directs program execution based on action-oriented verbs, supporting sub-commands and default actions. It includes an automatic help generator that produces localized usage instructions and formatted help screens based on the defined command options. The toolset covers argument parsing with strongly typ

    This library provides robust command parsing, subcommand routing, and automatic help generation for C# console applications, serving as a core building block for CLI development in the .NET ecosystem.

    C#Command Line Argument ParsersCommand Line Argument ParsingHelp Text Generators
    Voir sur GitHub↗4,817
  • dotnet/command-line-apiAvatar de dotnet

    dotnet/command-line-api

    3,667Voir sur GitHub↗

    Command line parsing, invocation, and rendering of terminal output.

    This is the official .NET library for building command-line applications, providing robust support for command parsing, subcommands, dependency injection, and automatic help generation.

    C#Command Line ToolsDotnet CLI Frameworks
    Voir sur GitHub↗3,667
  • natemcmaster/commandlineutilsAvatar de natemcmaster

    natemcmaster/CommandLineUtils

    2,273Voir sur GitHub↗

    Command line parsing and utilities for .NET

    This library provides robust command parsing, subcommand support, and automatic help generation for .NET applications, making it a core tool for building CLI interfaces in C#.

    C#CLI ToolsCommand Line InterfacesCommand Line Tools
    Voir sur GitHub↗2,273

Related searches

  • a java library for building cli applications
  • a library for building Kotlin CLI applications
  • a ruby framework for building cli applications
  • a library for building PHP CLI applications
  • a library for building Rust CLI applications
  • a library for building typescript cli tools
  • un framework Go pour créer des outils en ligne de commande
  • un framework de création d'outils CLI en Python