Sane-gen is a library trying to make it easy to generate common data with scalachek
generators.
- Names
- Emails
- URLs
- english texts
- german texts
- passwords
- usernames
- mix in own terms
- mix in own terms with given frequency
You find all supported generators in import io.github.yannick_cw.SaneGen
.
import io.github.yannick_cw.SaneGen
val maybeMail = SaneGen.email.sample
// Some(Email(Laverne#@aol.it))