summaryrefslogtreecommitdiff
path: root/plugins/yii
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/yii')
-rw-r--r--plugins/yii/README.md14
1 files changed, 14 insertions, 0 deletions
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` |