Browse Source

codeclimate: add README

Marc Cornellà 4 years ago
parent
commit
d99ddab0ca
1 changed files with 8 additions and 0 deletions
  1. 8 0
      plugins/codeclimate/README.md

+ 8 - 0
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)
+```