=== Grails Forge 6.2.1-SNAPSHOT (https://snapshot.grails.org) Grails Forge generates example project for the Grails® framework (https://grails.org). The API is defined by the OpenAPI 3 specification https://snapshot.grails.org/swagger/views/swagger-ui/index.html The primary API for generating application is https://snapshot.grails.org/create/{type}/{name}. The application type can be one of the following: +-----------------+------------------------------------------+ | ID | Description | +-----------------+------------------------------------------+ | WEB | A Grails® framework Web Application | | REST_API | A Grails® framework Rest API | | WEB_PLUGIN | A Grails® framework Web Plugin | | PLUGIN | A Grails® framework Plugin | +-----------------+------------------------------------------+ The "name" can be whatever you choose. Available query parameters include: +-----------------+------------------------------------------+------------------------------+ | Parameter | Description | Default value | +-----------------+------------------------------------------+------------------------------+ | build | The build system | gradle | | gorm | The GORM Implementation | HIBERNATE | | test | The test framework | spock | | features | The features you wish to include | defaults | +-----------------+------------------------------------------+------------------------------+ To view the possible features and their descriptions visit: https://snapshot.grails.org/application-types/{type}/features === Examples To create a default application: $ curl https://snapshot.grails.org/create/WEB/example -o example.zip