[coldbox 4.3] Code Generation Options

I’d like to confirm code generation options in Coldbox.

I have a database already and would like to have it generate the basic models, handlers and views. Is this possible? If so, any details would be appreciated.

Essentially, I’m coming from a small stint in CakePHP, and I had their bake function that would generate all my models, controllers and views.

There is the illudium scaffodling tools in forgebox and also if you use ORM, commandbox can do that for you via the: box coldbox create orm-crud command.