README.md
# indonesian_id
  [](https://github.com/muzhawir/indonesian_id/actions/workflows/elixir.yml)
A package for parsing and validating Indonesian identification numbers. This library provides
functions to ensure the format and validity of these IDs, making it easier to handle Indonesian
identification numbers in your Elixir applications.
## Installation
The package is [available in Hex](https://hex.pm/packages/indonesian_id) and can be installed
by adding `indonesian_id` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:indonesian_id, "~> 1.0.0"}
]
end
```