6 个仓库
Toolkits for developing beautiful command-line clients in Ruby.
Explore 6 awesome GitHub repositories matching part of an awesome list · Ruby CLI Frameworks. Refine with filters or upvote what's useful.
Thor 是一个用于构建命令行界面(CLI)和任务运行器的 Ruby 工具包。它将用户标志(flags)和参数映射到可执行方法,既是一个命令行参数解析器,也是一个用于创建自文档化终端工具的框架。 该框架可根据定义的方法签名自动生成使用说明和帮助菜单。它将相关命令组织在类中以创建独立的命名空间,并将用户定义的标志直接注入到方法逻辑中。 除了界面生成,该项目还包含构建任务自动化和开发流程顺序执行的功能。这允许编排一系列定义好的方法,以模拟标准的构建自动化工作流。
Tool for building self-documenting command-line utilities.
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…
Toolbox for developing beautiful command-line clients.
Make awesome command-line applications the easy way
Framework for building git-like command-line applications.
The complete solution for Ruby command-line executables
Complete solution for Ruby command-line executables.
a Ruby command-line application framework
Minimal framework for command-line utilities.
General purpose Command Line Interface (CLI) framework for Ruby
General-purpose framework for command-line interfaces.