coldbox create view

Parameters:
Name Type Required Default Hint
name string true Name of the view to create without the .cfm.
helper boolean false false Generate a helper file for this view
directory string false views The base directory to create your view in and creates the directory if it does not exist.

Command Usage

Create a new view in an existing ColdBox application. Run this command in the root
of your app for it to find the correct folder. By default, your new view will be created in /views but you can
override that with the directory param.

coldbox create view myView