Skip to content

Instantly share code, notes, and snippets.

@pavelburov
Created September 16, 2014 07:32
Show Gist options
  • Save pavelburov/d3b2e360915151510274 to your computer and use it in GitHub Desktop.
Save pavelburov/d3b2e360915151510274 to your computer and use it in GitHub Desktop.
Aliases for Grails (File with name '.aliases' should be placed to folder: ${userHome}/.grails/)
c=clean
cp=create-plugin
ca=create-app
dr=dependency-report
rd=refresh-dependencies
pp=package-plugin
pi=plugin-info
ra=run-app
ta=test-app
@pavelburov
Copy link
Author

e.g. instead of 'grails refresh-dependencies' you can just type 'grails rd'.
It saves you time, trust me ;)

@osvadimos
Copy link

Fantastic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment