yii: add README (#8194)
parent
1a6480e486
commit
4b8f4d529e
1 changed files with 14 additions and 0 deletions
@ -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` | |
||||
Loading…
Reference in new issue