cgialib

What

Import the examples in Code Generation In Action

Installing

sudo gem install cgialib

The basics

Generate Unit Test for C

Generate HTML Doc for SQL

Demonstration of usage

testgen -s examples/ut/mytest1.c

docgen -s examples/docgen/tables.sql

How to submit patches

Read the 8 steps for fixing other people’s code and for section 8b: Submit patch to Google Groups, use the Google Group above.

You can fetch the source from either:

git clone git://rubyforge.org/cgialib.git

Build and test instructions

cd cgialib
rake test
rake install_gem

License

This code is free to use under the terms of the MIT license.

Contact

Comments are welcome. Send an email to David Ruan

David Ruan, 22nd November 2008
Theme extended from Paul Battley