(Quick Reference)

create-app

Purpose

The starting point for Grails. This command creates a Grails application using the name specifed by the user. A subdirectory within the directory the command was executed from is then created based on the specified application name.

Examples

grails create-app bookstore
cd bookstore

Description

Usage:

grails create-app [name]