]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/codeclimate/README.md
0d712ac63d2f9be75d00746ba153dcc553c7c343
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / codeclimate / README.md
1 # codeclimate plugin
2
3 This plugin adds autocompletion for the [`codeclimate` CLI](https://github.com/codeclimate/codeclimate).
4
5 To use it, add `codeclimate` to the plugins array in your zshrc file:
6 ```zsh
7 plugins=(... codeclimate)
8 ```