awesome-repositories.com
Blog
MCP
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
·
bilal-fazlani avatar

bilal-fazlani/commanddotnet

0
View on GitHub↗
612 stars·31 forks·C#·MIT·5 vuescommanddotnet.bilal-fazlani.com↗

Commanddotnet

A modern framework for building modern CLI apps

Features

  • CLI Tools - Model console apps using C# methods and classes.
  • Dotnet CLI Frameworks - Framework for building feature-rich console applications.
  • General Utilities - Framework for building command-line applications.

Historique des stars

Graphique de l'historique des stars pour bilal-fazlani/commanddotnetGraphique de l'historique des stars pour bilal-fazlani/commanddotnet

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Commanddotnet

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Commanddotnet.
  • tyrrrz/cliwrapAvatar de Tyrrrz

    Tyrrrz/CliWrap

    4,976Voir sur GitHub↗

    CliWrap is an asynchronous process manager and child process wrapper library used to execute external commands and integrate command line interfaces into applications. It provides a framework for launching external programs using asynchronous patterns, managing child processes, and validating exit codes. The library distinguishes itself through its ability to route standard input, output, and error streams to memory buffers or real-time event streams. It enables real-time monitoring of process output lines and supports process termination via cancellation tokens. The project covers a broad r

    C#clicommand-linedotnet
    Voir sur GitHub↗4,976
  • natemcmaster/commandlineutilsAvatar de natemcmaster

    natemcmaster/CommandLineUtils

    2,273Voir sur GitHub↗

    Command line parsing and utilities for .NET

    C#command-linedotnetdotnet-core
    Voir sur GitHub↗2,273
  • 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

    C#command-linedotnetdotnet-core
    Voir sur GitHub↗4,817
  • migueldeicaza/gui.csAvatar de migueldeicaza

    migueldeicaza/gui.cs

    11,070Voir sur GitHub↗

    gui.cs is a .NET terminal user interface toolkit and framework used to build interactive, cross-platform text-based applications. It provides a structured system for composing terminal views using a view hierarchy and a dedicated layout engine. The library distinguishes itself through a component-based widget system and a constraint-based layout engine that allows interfaces to remain responsive across different terminal window dimensions. It employs a virtual-screen buffer to minimize flickering during redraws and uses state-driven theme configurations to maintain persistent visual styles.

    C#
    Voir sur GitHub↗11,070
Voir les 30 alternatives à Commanddotnet→

Questions fréquentes

Que fait bilal-fazlani/commanddotnet ?

A modern framework for building modern CLI apps

Quelles sont les fonctionnalités principales de bilal-fazlani/commanddotnet ?

Les fonctionnalités principales de bilal-fazlani/commanddotnet sont : CLI Tools, Dotnet CLI Frameworks, General Utilities.

Quelles sont les alternatives open-source à bilal-fazlani/commanddotnet ?

Les alternatives open-source à bilal-fazlani/commanddotnet incluent : tyrrrz/cliwrap — CliWrap is an asynchronous process manager and child process wrapper library used to execute external commands and… tyrrrz/clifx. commandlineparser/commandline — This library is a .NET command line parser for C# and F# that implements POSIX getopt conventions to map shell… migueldeicaza/gui.cs — gui.cs is a .NET terminal user interface toolkit and framework used to build interactive, cross-platform text-based… natemcmaster/commandlineutils — Command line parsing and utilities for .NET. acidjunk/starlette-opentracing — Opentracing support for Starlette and FastApi.