| clearpress - A utility for initialising applications built with the |
scripts/clearpress -new <application-name> \
'ent1->ent2 \
ent1(field1:type,field2,field3:type) \
ent2(field1,field2,field3)'
This script initialises an application hierarchy using the ClearPress framework.
-new <application-name> Call my application 'application-name'.
-yes Don't prompt for overwriting files.
-driver <mysql> No effect (yet). Will determine what sort of database schema and automatic-id-allocation plan to use
0 on success
All via command-line options.
Roger Pettett, <rpettett@cpan.org>
Copyright (C) 2008 Roger Pettett
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.4 or, at your option, any later version of Perl 5 you may have available.
| clearpress - A utility for initialising applications built with the |