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