init
Purpose
Theinit
command initialises the appropriate directory structure for a Grails application and set some common variables that can be used by plug-ins and other scripts. It is typically used as an include.Examples
Command line:grails init
includeTargets << new File ( "${grailsHome}/scripts/Init.groovy" )