View Source Cascade.Templates.Template (Cascade v0.1.1)

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