TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Writing Command Line Applications With Ruby [video]

7 pointsby dpickettover 12 years ago
I recently gave a presentation to the Route 9 Ruby Group on how to write comand line applications with Ruby.

1 comment

gingerlimeover 12 years ago
Some interesting libs there. Are you familiar with docopt? <a href="http://docopt.org/" rel="nofollow">http://docopt.org/</a> (originally for python, but has a ruby port). I think it makes the whole command-line parameters/options handling extremely elegant. I used it only with python and it just can't get simpler than that.