An open API service indexing awesome lists of open source software.

https://github.com/lsevero/gerar_cpf_cnpj

Gerar e validar cpf e cnpj em lua
https://github.com/lsevero/gerar_cpf_cnpj

Last synced: 2 months ago
JSON representation

Gerar e validar cpf e cnpj em lua

Awesome Lists containing this project

README

        

# gerar_cpf_cnpj.lua
Gerar e validar cpf e cnpj em lua

##Usage
```lua
require "gerar_cpf_cnpj"

print(gerar_cpf())
print(gerar_cpf_formatado())
print(gerar_cnpj())
print(gerar_cnpj_formatado())
```

## Install
```bash
luarocks install gerar_cpf_cnpj
```