1# Atex
2
3**TODO: Add description**
4
5## Installation
6
7If [available in Hex](https://hex.pm/docs/publish), the package can be installed
8by adding `atex` to your list of dependencies in `mix.exs`:
9
10```elixir
11def deps do
12 [
13 {:atex, "~> 0.1.0"}
14 ]
15end
16```
17
18Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
19and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
20be found at <https://hexdocs.pm/atex>.
21