Table of Contents
clean_up_project_dir ( project_name )
Removes all of the files in the various output directories for a project.
display_license ( progname="Genny" )
Display the license for Genny on the system console
get_enum_string_value ( i, container_rows, debug, )
given a set of rows return the enum string, an count of rows to skip to jump past this enum value, and a list of the enum values and definitions
make_new_project_dir ( project_name )
Creates a template directory and file structure for a project.
xml_escape ( str )
xml_unescape ( str )