parent
c63fca8581
commit
d99ddab0ca
1 changed files with 8 additions and 0 deletions
@ -0,0 +1,8 @@ |
||||
# codeclimate plugin |
||||
|
||||
This plugin adds autocompletion for the [`codeclimate` CLI](https://github.com/codeclimate/codeclimate). |
||||
|
||||
To use it, add `codeclimate` to the plugins array in your zshrc file: |
||||
```zsh |
||||
plugins=(... codeclimate) |
||||
``` |
||||
Loading…
Reference in new issue