serpro69 / kotlin-faker

Port of a popular ruby faker gem written in kotlin. Generate realistically looking fake data such as names, addresses, banking details, and many more, that can be used for testing and data anonymization purposes.
https://serpro69.github.io/kotlin-faker/
MIT License
453 stars 42 forks source link

Allow creating custom fakers / generators #218

Closed serpro69 closed 4 months ago

serpro69 commented 4 months ago

We should allow extending faker functionality via custom fakers / data generators. I think that by implementing #217 we could also solve this issue.