summaryrefslogtreecommitdiff
path: root/plugins/yii
diff options
context:
space:
mode:
authorEkunola Ezekiel <ekunolaeasybuoy@gmail.com>2019-10-02 17:58:15 +0100
committerMarc Cornellà <marc.cornella@live.com>2019-10-02 18:58:15 +0200
commit4b8f4d529ef1965a9f6a233579ea432374f817dd (patch)
tree798ab7094c909e4ca95222511563b2c25d22c4bc /plugins/yii
parent1a6480e4867bf726fddffa77a5981ba2dbb53b8d (diff)
downloadzsh-4b8f4d529ef1965a9f6a233579ea432374f817dd.tar.gz
zsh-4b8f4d529ef1965a9f6a233579ea432374f817dd.tar.bz2
zsh-4b8f4d529ef1965a9f6a233579ea432374f817dd.zip
yii: add README (#8194)
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` |