awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Ruby CLI Frameworks

排名更新于 2026年7月13日

For a ruby framework for building cli applications, the strongest matches are rails/thor (Thor is a comprehensive Ruby toolkit specifically designed for), piotrmurach/tty (This repository serves as a comprehensive toolkit for building) and dry-rb/dry-cli (This is a dedicated framework for building Ruby CLI). Each is ranked by relevance to your query, popularity and recent activity.

我们为您精选了匹配 “best ruby cli frameworks” 的开源 GitHub 仓库。结果按与您查询的相关性进行排名 — 您可以使用下方筛选器缩小范围,或通过 AI 进行优化。

Ruby CLI Frameworks

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • rails/thorR

    rails/thor

    5,258在 GitHub 上查看↗

    Thor is a Ruby toolkit for building command line interfaces and task runners. It maps user flags and parameters to executable methods, functioning as both a command line argument parser and a framework for creating self-documenting terminal tools. The framework automatically generates usage banners and help menus based on defined method signatures. It organizes related commands within classes to create isolated namespaces and injects user-defined flags directly into method logic. Beyond interface generation, the project includes capabilities for build task automation and the sequential execu

    Thor is a comprehensive Ruby toolkit specifically designed for building command-line interfaces, providing robust command parsing, automatic help generation, and task automation features that align perfectly with your requirements.

    RubyCommand Line Argument ParsersHelp Generators
    在 GitHub 上查看↗5,258
  • piotrmurach/ttypiotrmurach 的头像

    piotrmurach/tty

    2,530在 GitHub 上查看↗

    gem: http://badge.fury.io/rb/tty travis: http://travis-ci.org/piotrmurach/tty appveyor: https://ci.appveyor.com/project/piotrmurach/tty codeclimate: https://codeclimate.com/github/piotrmurach/tty/maintainability coverage: https://codeclimate.com/github/piotrmurach/tty/test_coverage…

    This repository serves as a comprehensive toolkit for building command-line applications in Ruby, providing a suite of modular components for terminal UI, interactive prompts, and text formatting that covers all the core requirements for CLI development.

    RubyRuby CLI Frameworks
    在 GitHub 上查看↗2,530
  • dry-rb/dry-clidry-rb 的头像

    dry-rb/dry-cli

    354在 GitHub 上查看↗

    General purpose Command Line Interface (CLI) framework for Ruby

    This is a dedicated framework for building Ruby CLI applications that provides robust command parsing and auto-generated help, though it lacks built-in terminal UI components and interactive prompts.

    RubyCLI DevelopmentRuby CLI Frameworks
    在 GitHub 上查看↗354

Related searches

  • a library for building PHP CLI applications
  • a library for building C# CLI applications
  • Python 命令行界面 (CLI) 开发框架
  • a library for building Rust CLI applications
  • a library for building Kotlin CLI applications
  • a java library for building cli applications
  • 用于构建 CLI 工具的 Go 框架
  • a library for building typescript cli tools