Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 323 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 323 Bytes

gen

A simple tool for generating common random data

Available commands

  • Random UUID
$ gen uuid
  • Random CPF
$ gen cpf
  • CPF validator
$ gen cpf validate 06248751307
  • Name generator
$ gen name
  • Email generator
$ gen email

Build

$ make build