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 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
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.