From f1a54db2c00745ae5254c07cf2b5106c663b28c0 Mon Sep 17 00:00:00 2001 From: zachriggle Date: Mon, 10 Oct 2011 23:26:35 -0700 Subject: [PATCH] Added 'grails' plugin description. --- Plugins.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Plugins.md b/Plugins.md index a7abcc1..ec4bcd0 100644 --- a/Plugins.md +++ b/Plugins.md @@ -260,6 +260,15 @@ Adds autocompletion of task names and option switches to command line use of gra Caches the result of the task names in a `.gradletasknamecache` file that is regenerated if the timestamp of the `build.gradle` file changes. +## grails +**Maintainer:** [zachriggle](http://github.com/zachriggle) + +Adds tab-completion of Grails script names to the command line use of grails. Looks for scripts in the following paths: + +- `$GRAILS_HOME/scripts` +- `~/.grails/scripts ` +- `./scripts` +- `./plugins/*/scripts` ## lein **Maintainer:** [robbyrussell][robbyrussell]