/meew

A simple example of using Ruby for command line utilities

Primary LanguageRuby

Meew Build Status

A simple example of using Ruby for command line utilities.

Install

This is only an example and is not currently published on RubyGems.

To install you can:

git clone https://github.com/dhinus/meew.git
cd meew
gem build meew.gemspec
gem install ./meew-0.0.1.gem

Usage

meew [command]

Available commands:

  • browser open a new browser window displaying an image of a cat
  • file save on the desktop an image of a cat
  • fact display a cat fact
  • news CAN I HAS NEWZ?

Running tests

bundle
bundle exec rake