Project

widget

0.0
No commit activity in last 3 years
No release in over 3 years
A demonstration app showing how to use Commandable and HashModel. It also serves as a test platform for fleshing out problems and designing new features for the aforementioned libraries.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.3
~> 0.2.1
~> 0.10
~> 0.4
~> 2.5
 Project Readme

Widget

It does stuff and things!

Description

No matter how many specs I write I always find trying to use a thing is a sure way of finding out what it's lacking and where it doesn't actually work. This app is the testbed for doing just that with two of my Gems: Commandable, the easiest way to add command line control to your Ruby apps, and HashModel a hash based MVC model that makes searching and updating deeply nested hashes a breeze.

Functionality

It makes widgets of course.

Instructions

You can install it as a Gem by running:

$ rake install

You can then run it by just typing:

$ widget

Or run it as is by typing:

$ bin/widget <command> [parameter]

To see what it can do type:

$ widget help

Change History

2011.03.23 - 0.0.4 Updated to use production versions of:

Commandable 0.2.0

HashModel 0.4.0