Loading...
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.
