mirror of https://github.com/ohmyzsh/ohmyzsh.git
codeclimate: add README
parent
c63fca8581
commit
d99ddab0ca
|
@ -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