awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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·2 Aufrufecommanddotnet.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.

Star-Verlauf

Star-Verlauf für bilal-fazlani/commanddotnetStar-Verlauf für bilal-fazlani/commanddotnet

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht bilal-fazlani/commanddotnet?

A modern framework for building modern CLI apps

Was sind die Hauptfunktionen von bilal-fazlani/commanddotnet?

Die Hauptfunktionen von bilal-fazlani/commanddotnet sind: CLI Tools, Dotnet CLI Frameworks, General Utilities.

Welche Open-Source-Alternativen gibt es zu bilal-fazlani/commanddotnet?

Open-Source-Alternativen zu bilal-fazlani/commanddotnet sind unter anderem: 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.

Open-Source-Alternativen zu Commanddotnet

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Commanddotnet.
  • tyrrrz/cliwrapAvatar von Tyrrrz

    Tyrrrz/CliWrap

    4,976Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,976
  • natemcmaster/commandlineutilsAvatar von natemcmaster

    natemcmaster/CommandLineUtils

    2,273Auf GitHub ansehen↗

    Command line parsing and utilities for .NET

    C#command-linedotnetdotnet-core
    Auf GitHub ansehen↗2,273
  • commandlineparser/commandlineAvatar von commandlineparser

    commandlineparser/commandline

    4,817Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,817
  • migueldeicaza/gui.csAvatar von migueldeicaza

    migueldeicaza/gui.cs

    11,070Auf GitHub ansehen↗

    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#
    Auf GitHub ansehen↗11,070
  • Alle 30 Alternativen zu Commanddotnet anzeigen→