(Quick Reference)

zkui-install-templates

Purpose

Installs the templates used by zkui during code generation

Examples

grails zkui-install-templates

Description

Usage:

grails zkui-install-templates

Same as Grails's install-templates command

The zkui-install-templates command will install the set of templates zkui uses for scaffolding code generation activities to the src/templates/zkui/scaffolding directory. The templates installed are as follows:

src
   templates
       zkui
          scaffolding

The scaffolding directory contains templates used by the generate-* commands.