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
·
R

rails/thor

0
View on GitHub↗
5,258 Stars·550 Forks·Ruby·MIT·7 Aufrufe

Thor

Thor ist ein Ruby-Toolkit zum Erstellen von Command-Line-Interfaces (CLI) und Task-Runnern. Es bildet Benutzer-Flags und Parameter auf ausführbare Methoden ab und fungiert sowohl als Argument-Parser für die Kommandozeile als auch als Framework für die Erstellung selbstdokumentierender Terminal-Tools.

Das Framework generiert automatisch Usage-Banner und Hilfemenüs basierend auf definierten Methodensignaturen. Es organisiert zusammengehörige Befehle in Klassen, um isolierte Namespaces zu schaffen, und injiziert benutzerdefinierte Flags direkt in die Methodenlogik.

Über die Interface-Generierung hinaus bietet das Projekt Funktionen für die Automatisierung von Build-Tasks und die sequentielle Ausführung von Entwicklungsprozessen. Dies ermöglicht die Orchestrierung definierter Methodenreihen, um Standard-Build-Workflows zu simulieren.

Features

  • Command Line Argument Parsing - Processes command line flags and arguments into structured hashes for use within method parameters.
  • Command Namespacing - Organizes related commands within classes to create isolated namespaces for different utility sets.
  • Automatic CLI Generators - Programmatically synthesizes command line interfaces and help menus from existing Ruby classes and methods.
  • CLI Frameworks - Provides a framework for mapping command line arguments and options to functions with automatic documentation generation.
  • Command Line Argument Parsers - Maps user flags and parameters to specific Ruby methods with built-in validation.
  • CLI Tooling Frameworks - Provides a toolkit for building self-documenting terminal tools by mapping arguments and options to functions.
  • Help Generators - Automatically generates terminal-friendly usage banners and documentation based on defined method signatures.
  • Method-to-Command Mappings - Maps public class methods to executable command line instructions to automate the creation of tool interfaces.
  • CLI Tooling - Generates automated usage banners and instructions based on defined commands to help users interact with terminal tools.
  • Build Automation - Provides a system for running sequenced development tasks using syntax compatible with standard build automation tools.
  • Sequential Task Execution - Executes a defined series of methods in a strict linear order to simulate build automation workflows.
  • Option-Based Parameter Injection - Injects user-defined flags as local variables or configuration hashes into the executing method logic.
  • Ruby CLI Frameworks - Tool for building self-documenting command-line utilities.

Star-Verlauf

Star-Verlauf für rails/thorStar-Verlauf für rails/thor

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

Open-Source-Alternativen zu Thor

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Thor.
  • remkop/picocliAvatar von remkop

    remkop/picocli

    5,387Auf GitHub ansehen↗

    picocli is a command line interface development framework and argument parser for JVM-based applications. It maps command line options and positional parameters to strongly typed Java methods and fields using a declarative, annotation-based model. The framework provides specific support for native image compilation, producing the reflection and resource configuration files necessary to build standalone binaries with reduced startup overhead. It further distinguishes itself with a dedicated system for generating shell autocompletion scripts and an ANSI terminal stylizer for applying colors and

    Java
    Auf GitHub ansehen↗5,387
  • fastapi/typerAvatar von fastapi

    fastapi/typer

    19,632Auf GitHub ansehen↗

    This project is a Python framework for building command-line interfaces by converting standard functions into executable programs. It uses type hints to automatically infer and generate argument parsers, validation logic, and help documentation, allowing developers to define complex terminal applications through simple function signatures. The framework distinguishes itself through a decorator-driven registration system that enables the construction of hierarchical command trees. It supports dependency injection to manage shared state and runtime configuration across subcommands, and it utili

    Pythoncliclickpython
    Auf GitHub ansehen↗19,632
  • 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
  • apple/swift-argument-parserAvatar von apple

    apple/swift-argument-parser

    3,728Auf GitHub ansehen↗

    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

    Swift
    Auf GitHub ansehen↗3,728
Alle 30 Alternativen zu Thor anzeigen→

Häufig gestellte Fragen

Was macht rails/thor?

Thor ist ein Ruby-Toolkit zum Erstellen von Command-Line-Interfaces (CLI) und Task-Runnern. Es bildet Benutzer-Flags und Parameter auf ausführbare Methoden ab und fungiert sowohl als Argument-Parser für die Kommandozeile als auch als Framework für die Erstellung selbstdokumentierender Terminal-Tools.

Was sind die Hauptfunktionen von rails/thor?

Die Hauptfunktionen von rails/thor sind: Command Line Argument Parsing, Command Namespacing, Automatic CLI Generators, CLI Frameworks, Command Line Argument Parsers, CLI Tooling Frameworks, Help Generators, Method-to-Command Mappings.

Welche Open-Source-Alternativen gibt es zu rails/thor?

Open-Source-Alternativen zu rails/thor sind unter anderem: remkop/picocli — picocli is a command line interface development framework and argument parser for JVM-based applications. It maps… fastapi/typer — This project is a Python framework for building command-line interfaces by converting standard functions into… commandlineparser/commandline — This library is a .NET command line parser for C# and F# that implements POSIX getopt conventions to map shell… apple/swift-argument-parser — This is a library for building command-line interfaces in Swift. It converts command-line arguments into type-safe… cliutils/cli11 — CLI11 is a header-only C++ library for parsing command line arguments and managing configuration files. It maps shell… cake-build/cake — Cake is a cross-platform build automation system and scripting framework that allows users to define software build…