浏览代码

codeclimate: add README

Marc Cornellà 4 年之前
父节点
当前提交
d99ddab0ca
共有 1 个文件被更改,包括 8 次插入0 次删除
  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)
+```