mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 01:48:34 -07:00
codeclimate: add README
This commit is contained in:
parent
c63fca8581
commit
d99ddab0ca
8
plugins/codeclimate/README.md
Normal file
8
plugins/codeclimate/README.md
Normal file
@ -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
Block a user