Browse Source

Added README.md to lighthouse plugin

Pasan 6 years ago
parent
commit
1a4052b045
1 changed files with 15 additions and 0 deletions
  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                            |