README.md

# ExDbase

Elixir library to parse dBASE III (.dbf) files

## Installation

The package can be installed by adding `ex_dbase` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:ex_dbase, "~> 1.0.0"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
The docs can also be found at <https://hexdocs.pm/ex_dbase>.