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 --skip-wrapper cd bookstore
Arguments:
skip-wrapper
- If set the grailsw wrapper script and support files will not be generated
詳細 Description
使用方法: Usage:
grails create-app [name] [--skip-wrapper]