clearpress


USAGE

 scripts/clearpress -new <application-name> \
    'ent1->ent2 \
     ent1(field1:type,field2,field3:type) \
     ent2(field1,field2,field3)'

Back to Top


DESCRIPTION

 This script initialises an application hierarchy using the ClearPress framework.

Back to Top


REQUIRED ARGUMENTS

Back to Top


OPTIONS

 -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

Back to Top


DIAGNOSTICS

Back to Top


EXIT STATUS

 0 on success

Back to Top


CONFIGURATION

 All via command-line options.

Back to Top


DEPENDENCIES

strict
warnings
Getopt::Long
English
Carp
Template
Lingua::EN::Inflect
lib
ClearPress

Back to Top


INCOMPATIBILITIES

Back to Top


BUGS AND LIMITATIONS

Back to Top


AUTHOR

Roger Pettett, <rpettett@cpan.org>

Back to Top


LICENSE AND COPYRIGHT

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.

Back to Top

 clearpress