feat: readme

This commit is contained in:
Lucas F. 2026-07-16 11:11:06 -03:00
parent d161ab35a7
commit 688c5a48f3

22
README.md Normal file
View file

@ -0,0 +1,22 @@
# cpfgen
CLI para gerar CPFs válidos em Go.
## Instalação
```sh
make build
```
## Rodar os testes
```sh
make test
```
## Uso
```sh
./bin/cpfgen # 487.197.991-10
./bin/cpfgen -num # 48719799110
```