View Source Cascade.Templates.Template (Cascade v0.2.0)
Generates a new template.
Command line options
--name
(string
) - Required. The template name.--assets-path
(string
) - The assets path with respect to the current working directory. This is where all template assets should be added. By convention it defaults to atemplates
folder at the same level as yourlib
folder. [default:templates
]--templates-path
(string
) - The path under thelib
folder where templates are stored. If not set defaults to{app_name}/templates
.