README.md

# bali
Library focused on the validation of personal and tax identifiers by country:
- Mexico(RFC, CURP)
- Colombia(CC, CE, NIT)
- Spain(DNI, NIE)
- Portugal(NIF)
- Italy(NIF)

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `bali` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:bali, "~> 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/bali](https://hexdocs.pm/bali).