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