Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Consulte CPF info via terminal

Consulte CPF pelo terminal

Instalação

Go install

go install github.com/publi0/cpf@latest

From source

go build -o cpf main.go

From release

https://github.com/publi0/cpf/releases

Uso

./cpf 00000000000000

Saída

Por padrão o output é o yaml

cpf: 00000
nome: Jose Silva
sexo: M
nascimento: 1973-08-31
mae: Maria Silva
idade: 50 anos

Flags

--ouput -o

Retorna o output em json ou yaml

./cpf 00000000000000 --output json

--raw -r

Retorna o output em texto puro

./cpf 00000000000000 --raw

Fonte de dados

URL base: https://consultanacional.org/

About

Look up Brazilian CPF (individual taxpayer registry) from the terminal

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages