awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
R

rails/thor

0
View on GitHub↗
5,258 نجوم·550 تفرعات·Ruby·MIT·7 مشاهدات

Thor

Thor هو مجموعة أدوات (toolkit) بلغة Ruby لبناء واجهات سطر الأوامر (CLI) ومشغلات المهام. يقوم بربط أعلام (flags) ومعاملات المستخدم بالأساليب القابلة للتنفيذ، ويعمل كأداة لتحليل وسائط سطر الأوامر وإطار عمل لإنشاء أدوات طرفية ذاتية التوثيق.

يقوم إطار العمل تلقائياً بتوليد لافتات الاستخدام وقوائم المساعدة بناءً على توقيعات الأساليب المحددة. وينظم الأوامر ذات الصلة داخل فئات لإنشاء مساحات أسماء معزولة، ويقوم بحقن الأعلام المحددة من قبل المستخدم مباشرة في منطق الأسلوب.

بعيداً عن توليد الواجهات، يتضمن المشروع قدرات لأتمتة مهام البناء والتنفيذ المتسلسل لعمليات التطوير. وهذا يسمح بتنسيق سلسلة محددة من الأساليب لمحاكاة سير عمل أتمتة البناء القياسي.

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.

سجل النجوم

مخطط تاريخ النجوم لـ rails/thorمخطط تاريخ النجوم لـ rails/thor

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Thor

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Thor.
  • remkop/picocliالصورة الرمزية لـ remkop

    remkop/picocli

    5,387عرض على GitHub↗

    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
    عرض على GitHub↗5,387
  • fastapi/typerالصورة الرمزية لـ fastapi

    fastapi/typer

    19,632عرض على GitHub↗

    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
    عرض على GitHub↗19,632
  • commandlineparser/commandlineالصورة الرمزية لـ commandlineparser

    commandlineparser/commandline

    4,817عرض على 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
    عرض على GitHub↗4,817
  • apple/swift-argument-parserالصورة الرمزية لـ apple

    apple/swift-argument-parser

    3,728عرض على GitHub↗

    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
    عرض على GitHub↗3,728
عرض جميع البدائل الـ 30 لـ Thor→

الأسئلة الشائعة

ما هي وظيفة rails/thor؟

Thor هو مجموعة أدوات (toolkit) بلغة Ruby لبناء واجهات سطر الأوامر (CLI) ومشغلات المهام. يقوم بربط أعلام (flags) ومعاملات المستخدم بالأساليب القابلة للتنفيذ، ويعمل كأداة لتحليل وسائط سطر الأوامر وإطار عمل لإنشاء أدوات طرفية ذاتية التوثيق.

ما هي الميزات الرئيسية لـ rails/thor؟

الميزات الرئيسية لـ rails/thor هي: Command Line Argument Parsing, Command Namespacing, Automatic CLI Generators, CLI Frameworks, Command Line Argument Parsers, CLI Tooling Frameworks, Help Generators, Method-to-Command Mappings.

ما هي البدائل مفتوحة المصدر لـ rails/thor؟

تشمل البدائل مفتوحة المصدر لـ rails/thor: 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…