]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/mix/README.md
f0258fe888e8f0e6a245581bd5711f9cb5d90655
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / mix / README.md
1 # Mix plugin
2
3 This plugin adds completions for the [Elixir's Mix build tool](https://hexdocs.pm/mix/Mix.html).
4
5 To use it, add `mix` to the plugins array in your zshrc file:
6
7 ```zsh
8 plugins=(... mix)
9 ```
10 ## Supported Task Types
11
12 | Task Type                | Documentation                                            |
13 |--------------------------|----------------------------------------------------------|
14 | Elixir                   | [Elixir Lang](https://elixir-lang.org/)                  |
15 | Phoenix v1.2.1 and below | [Phoenix](https://hexdocs.pm/phoenix/1.2.1/Phoenix.html) |
16 | Phoenix v1.3.0 and above | [Phoenix](https://hexdocs.pm/phoenix/Phoenix.html)       |
17 | Ecto                     | [Ecto](https://hexdocs.pm/ecto/Ecto.html)                |
18 | Hex                      | [Hex](https://hex.pm/)                                   |
19 | Nerves                   | [Nerves](https://nerves-project.org/)                    |