Loading...
OR
Execute the following command
curl -O start.grails.org/myapp.zip -d version=4.0.6
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 start.grails.org/myProject.zip
Create A Plugin Using The Latest Release
curl -O start.grails.org/myPlugin.zip -d type=plugin
Specify A Grails Version
curl -O start.grails.org/myProject.zip -d version=3.2.5
Specify A Grails Profile
curl -O 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 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.
