RubyFlow The Ruby and Rails community linklog

Command Line Reporter 1.0 Released

I am releasing the first version of Command Line Reporter. It allows you to control the output of your ruby scripts using formatters just like RSpec does displaying the results of your tests. The result is cleaner code that is not polluted with unreadable puts and print statements with hard to track whitespace. The gem is available on rubygems.org with source on <a href=https://github.com/wbailey/command_line_reporter”>github</a>

Comments

You may be reinventing the wheel here, because there’s already a general purpose progress bar for Unix known as pv(1). Cheers.

@sunaku - pv is a cool utility but that is not what I was creating. If you look at the examples you will see how it is strictly for reporting progress and creating reports in general around a ruby script.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in