Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 942 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 942 Bytes

WIP

This lib is working in progress

CPF / CNPJ

Build Status

This lib does some CPF/CNPJ facilities. It allows you to create, validate, format and generate fake CPF/CNPJ.

Installation

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.

Acknowledgment

Inspired by Nando's cpf_cnpj.