Using thor for command line tasks
Most ruby developers rely on rake for command line tasks, but there is a tool called thor, developed by the Rails Core team, which is better suited in many cases, for instance, if you need to deal with command line arguments. I wrote a short article explaining how to do that:
Post a comment