浏览代码

yii: add README (#8194)

Ekunola Ezekiel 4 年之前
父节点
当前提交
4b8f4d529e
共有 1 个文件被更改,包括 14 次插入0 次删除
  1. 14 0
      plugins/yii/README.md

+ 14 - 0
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`     |