|
NAMEJifty::Script::Model - Add a model class to your Jifty application SYNOPSIS jifty model --name MyFirstModel
jifty model --name MyFirstModel --force
Options:
--name <name> name of the model
--force overwrite files
--help brief help message
--man full documentation
DESCRIPTIONCreates a skeleton model file. options
DESCRIPTIONThis creates a skeleton of a new model class for your jifty application, complete with a skeleton of a test suite for it, as well. METHODSrunCreates a skeleton file under "lib/ApplicationClass/Model/Model", as well as a skeleton tests file. DESCRIPTIONA basic test harness for the $model model.
|