]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/cake/README.md
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / cake / README.md
1 # Cake
2
3 This plugin provides completion for [CakePHP](https://cakephp.org/).
4
5 To use it add cake to the plugins array in your zshrc file.
6
7 ```bash
8 plugins=(... cake)
9 ```
10
11 ## Note
12
13 This plugin generates a cache file of the cake tasks found, named `.cake_task_cache`, in the current working directory.
14 It is regenerated when the Cakefile is newer than the cache file. It is advised that you add the cake file to your
15 `.gitignore` files.