coldbox create app
command that can enable you to create application skeletons using one of our official skeletons or your own. Here are the names of the common ones you can find in our Github Organization:default
): A script based advanced template[email protected]{version}
where {version}
can be: 2021,2018,2016.
index.cfm
which in turn executes the default event by convention in a ColdBox application: main.index
. This is now our first convention!config/Coldbox.cfc
coldbox create app help
to get help on all the options for creating ColdBox applications.config/Coldbox.cfc
config/Router.cfc
handlers
layouts
models
modules
modules_app
tests
views
fwreinit
.