diff options
author | Erwan ROUSSEL <erwan.roussel51@gmail.com> | 2019-01-25 12:16:20 +0100 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2019-01-25 12:16:20 +0100 |
commit | ea6ec09b9c7752ee0e074659ca0689d0af053e5a (patch) | |
tree | 669522829e972cba6feb1f13e3936767e15df782 /plugins/cake/README.md | |
parent | c4948696328eab3b954932eb940ec8ec97b12906 (diff) | |
download | zsh-ea6ec09b9c7752ee0e074659ca0689d0af053e5a.tar.gz zsh-ea6ec09b9c7752ee0e074659ca0689d0af053e5a.tar.bz2 zsh-ea6ec09b9c7752ee0e074659ca0689d0af053e5a.zip |
cake: add README (#7473)
Diffstat (limited to 'plugins/cake/README.md')
-rw-r--r-- | plugins/cake/README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/cake/README.md b/plugins/cake/README.md new file mode 100644 index 000000000..aad92a3ec --- /dev/null +++ b/plugins/cake/README.md @@ -0,0 +1,15 @@ +# Cake + +This plugin provides completion for [CakePHP](https://cakephp.org/). + +To use it add cake to the plugins array in your zshrc file. + +```bash +plugins=(... cake) +``` + +## Note + +This plugin generates a cache file of the cake tasks found, named `.cake_task_cache`, in the current working directory. +It is regenerated when the Cakefile is newer than the cache file. It is advised that you add the cake file to your +`.gitignore` files. |