Writing a CLI in Ruby with GLI
Building a CLI (command line interface) in Ruby is made easy with the GLI gem. This post shows how it’s done and how it can be integrated into a Rails project.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Building a CLI (command line interface) in Ruby is made easy with the GLI gem. This post shows how it’s done and how it can be integrated into a Rails project.
Comments
Great article about the GLI (git-like interfaces) gem. FYI: I’ve written an article titled “gli gem - git-like interfaces for awesome command-line tools” in the Planet Ruby Gem of the Week series a while ago. Cheers.
Post a comment