(Quick Reference)

install-templates

Purpose

Copies the the templates used by Grails during code generation to your project directory

Examples

grails install-templates

Description

Usage:

grails install-templates

The install-templates command will copy the templates Grails uses for all code generation activities to the application's src/main/templates/scaffolding directory. The templates directories include:

src
   templates
       artifacts
       scaffolding
       war

The artifacts directory contains the templates used by the create-* commands. The scaffolding directory contains templates used by the generate-* commands. The war directory contains the web.xml template used to generate the deployment descriptor.