Triplex
An apartment for succesfull Phoenix programmers.
Installation
The package can be installed as:
-
Add
triplexto your list of dependencies inmix.exs:
```elixir
def deps do
[{:triplex, "~> 0.1.0"}]
end
```- Run in your shell:
```bash
mix deps.get
```