lithium\console\command\Create::$template

public property

The name of the template to use to generate the file. This allows you to add a custom template to be used in place of the core template for each command. Place templates in <library>\extensions\command\create\template.

li3 create --template=MyModel model Posts

Source

	public $template = null;