feat: readme
This commit is contained in:
parent
d161ab35a7
commit
688c5a48f3
1 changed files with 22 additions and 0 deletions
22
README.md
Normal file
22
README.md
Normal 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue