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
- Host: GitHub
- URL: https://github.com/lsevero/gerar_cpf_cnpj
- Owner: lsevero
- License: unlicense
- Created: 2020-02-10T16:32:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-17T19:03:39.000Z (about 5 years ago)
- Last Synced: 2025-01-20T18:44:56.070Z (4 months ago)
- Language: Lua
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS.md
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
```