Show Navigation

Grails Application Forge

Loading...
    1. asset-pipeline
    2. events
    3. geb2
    4. gsp
    5. hibernate5
    6. json-views
    7. less-asset-pipeline
    8. markup-views
    9. mongodb
    10. neo4j
    11. rx-mongodb
OR Execute the following command
curl -O https://start.grails.org/myapp.zip

API

The Grails Application Forge includes an API which may be invoked using any http client, like curl for example.

Create An Application Using The Latest Release

curl -O https://start.grails.org/myProject.zip

Create A Plugin Using The Latest Release

curl -O https://start.grails.org/myPlugin.zip -d type=plugin

Specify A Grails Version

curl -O https://start.grails.org/myProject.zip -d version=5.0.0

Specify A Grails Profile

curl -O https://start.grails.org/restPproject.zip -d profile=rest-api

Help

A list of all available options will be returned if a request is sent to the application without any arguments.


curl https://start.grails.org

...
OR

IntelliJ IDEA

IntelliJ IDEA has excellent support for Grails development. You can access the Grails App Forge functionality directly from the File → New → Project wizard.

Grails Application Forge in IntelliJ