From e8a6d328ac36df80901dae540c6a466354327bb0 Mon Sep 17 00:00:00 2001 From: Nick <24370162+deltaclock@users.noreply.github.com> Date: Fri, 18 Oct 2019 17:05:47 +0000 Subject: [PATCH] eecms: add README (#8277) --- plugins/eecms/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 plugins/eecms/README.md diff --git a/plugins/eecms/README.md b/plugins/eecms/README.md new file mode 100644 index 000000000..c53835521 --- /dev/null +++ b/plugins/eecms/README.md @@ -0,0 +1,11 @@ +# eecms plugin + +This plugin adds auto-completion of console commands for [`eecms`](https://github.com/ExpressionEngine/ExpressionEngine). + +To use it, add `eecms` to the plugins array of your `.zshrc` file: +``` +plugins=(... eecms) +``` + +It also adds the alias `eecms` which finds the eecms file in the current project +and runs it with php.