codeclimate: add README

master
Marc Cornellà 6 years ago
parent c63fca8581
commit d99ddab0ca
  1. 8
      plugins/codeclimate/README.md

@ -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…
Cancel
Save