Commit ac2ccb75 authored by Marco Zühlke's avatar Marco Zühlke
Browse files

add readme for grails plugin

parent f96d18ca
# Grails plugin
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`
To use it, add `grails` to the plugins array in your zshrc file:
```zsh
plugins=(... grails)
```
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment