This lib is working in progress
This lib does some CPF/CNPJ facilities. It allows you to create, validate, format and generate fake CPF/CNPJ.
If available in Hex, the package can be installed
by adding cpf_cnpj
to your list of dependencies in mix.exs
:
def deps do
[
{:cpf_cnpj, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/cpf_cnpj.
Inspired by Nando's cpf_cnpj.