README.md
# Expo
[](https://github.com/elixir-gettext/expo/actions/workflows/branch_main.yml)
[](https://coveralls.io/github/elixir-gettext/expo?branch=main)
[](https://hex.pm/packages/expo)
[](https://hexdocs.pm/expo/)
[](https://hex.pm/packages/expo)
[](https://github.com/elixir-gettext/expo/blob/master/LICENSE)
[](https://github.com/elixir-gettext/expo/commits/master)
Low Level Gettext (`.po`/ `.pot` / `.mo` file writer / parser).
## Installation
The package can be installed by adding `expo` to your list of
dependencies in `mix.exs`:
```elixir
def deps do
[
{:expo, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/expo](https://hexdocs.pm/expo).