]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/grails/README.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / grails / README.md
1 # Grails plugin
2
3 This plugin adds completion for the [Grails 2 CLI](https://grails.github.io/grails2-doc/2.5.x/guide/commandLine.html)
4
5 To use it, add `grails` to the plugins array in your zshrc file:
6
7 ```zsh
8 plugins=(... grails)
9 ```
10
11 It looks for scripts in the following paths:
12
13 - `$GRAILS_HOME/scripts`
14 - `~/.grails/scripts`
15 - `./scripts`
16 - `./plugins/*/scripts`