Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Top 15 Ruby CLI Builder Projects
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
btw, I use Rake to make the setup the proper symlinks to my dotfiles repository. Maybe I'll write about that one day.
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
Few days ago I've created a script for the project I'm working on. It was an ugly script with hardcoded values, but it did ther job - create tokens on request. But I've decided to improve it a bit, because sometimes I needed to change params and I've added ability to submit params from the command line. Of course, there are a lot of awesome libraries such as dry-cli, TTY Toolkit or cli-kit from Shopify, but in most cases you can use standard ruby libraries like OptionParser or GetoptLong. Lets see how you can create a CLI utils with those libraries just in few minutes.
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Ruby CLI Builder discussion
Ruby CLI Builder related posts
-
TTY Toolkit: Terminal Apps the Easy Way
-
2. Creating a Sandbox Environment
-
CLI in ruby using OptionParser or GetoptLong
-
Performance e elegância! Escrevendo uma CLI CRUD utilizando ScyllaDB e Ruby
-
CLI tools at Aha!
-
An Introduction to Metaprogramming in Ruby
-
Ncurses in Ruby style?
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 22 Mar 2025
Index
What are some of the best open-source CLI Builder projects in Ruby? This list will help you:
# | Project | Stars |
---|---|---|
1 | Thor | 5,159 |
2 | TTY | 2,510 |
3 | Rake | 2,363 |
4 | GLI | 1,268 |
5 | Slop | 1,128 |
6 | Commander | 823 |
7 | Gemsmith | 467 |
8 | formatador | 449 |
9 | Clamp | 423 |
10 | Ru | 402 |
11 | dry-cli | 333 |
12 | Main | 266 |
13 | Trollop | 255 |
14 | command_kit.rb | 163 |
15 | ScriptCore | 70 |