wheels generate
namespace. These commands are called by some of the top level commands but you can use them directly to speed up your development proces.wheels generate
wheels generate
command is what CommandBox calls a namespace and contains many sub commands beneeth it. It's main purpose is to isolate those sub commands so there is no name collisions. It also has an alias of wheels g
which allows you to shorten the commands you have to type. However, we have opted to show all the commands with their full names in the list below.wheels generate app-wizard
wheels generate app
command to do all the heavy lifting.wheels new
command:wheels g app
command to do the actual app creation.wheels generate app
wheels generate route
wheels generate controller
controllers/
directory. You can either pass in a list of actions to stub out or the standard CRUD methods will be generated.wheels generate model
models/
folder and creates the associated DB Table using migrations.wheels generate property
wheels generate view
views/
direcotry when specifying the object name and the action. If a directory for the object does not exist a subdirectory will be created in the views/
directory and the action NAME.cfm file place into it.wheels generate test
/test/TYPE/NAME.cfc
.