From 4b8f4d529ef1965a9f6a233579ea432374f817dd Mon Sep 17 00:00:00 2001 From: Ekunola Ezekiel Date: Wed, 2 Oct 2019 17:58:15 +0100 Subject: [PATCH] yii: add README (#8194) --- plugins/yii/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 plugins/yii/README.md diff --git a/plugins/yii/README.md b/plugins/yii/README.md new file mode 100644 index 000000000..f1b72e916 --- /dev/null +++ b/plugins/yii/README.md @@ -0,0 +1,14 @@ +# Yii plugin + +The plugin adds autocomplete commands and subcommands for [yii](https://www.yiiframework.com/). + +To use it, add `yii` to the plugins array of your zshrc file: +``` +plugins=(... yii) +``` + +## Aliases + +| Alias | Command | +|--------|----------------------| +| yiic | `protected/yiic` |