浏览代码

Added README.md to lighthouse plugin

Pasan 6 年之前
父节点
当前提交
1a4052b045
共有 1 个文件被更改,包括 15 次插入0 次删除
  1. 15 0
      plugins/lighthouse/README.md

+ 15 - 0
plugins/lighthouse/README.md

@@ -0,0 +1,15 @@
+# Lighthouse plugin
+
+This plugin issue lighthouse tickets.
+
+To use it, add `lighthouse` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... lighthouse)
+```
+
+## Aliases
+
+| Alias | Command                                | Description                                          |
+|-------|----------------------------------------|------------------------------------------------------|
+| lho   | `open_lighthouse_ticket`               | Opening lighthouse ticket                            |