View Source indonesian_id

Hex.pm Version Hex.pm Downloads Elixir CI

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 and can be installed by adding indonesian_id to your list of dependencies in mix.exs:

def deps do
  [
    {:indonesian_id, "~> 1.0.0"}
  ]
end