0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-12 04:01:14 +02:00
ohmyzsh/plugins/codeclimate
2019-12-27 02:51:54 +01:00
..
_codeclimate Add codeclimate autocomplete plugin 2015-09-01 23:08:41 -04:00
README.md codeclimate: add README 2019-12-27 02:51:54 +01:00

codeclimate plugin

This plugin adds autocompletion for the codeclimate CLI.

To use it, add codeclimate to the plugins array in your zshrc file:

plugins=(... codeclimate)