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 atemplatesfolder at the same level as yourlibfolder. [default:templates]--templates-path(string) - The path under thelibfolder where templates are stored. If not set defaults to{app_name}/templates.