Fork me on GitHub
#schema
<
2019-08-15
>
mynomoto00:08:50

There is test.chuck, a library that can create generators from regex.

m0smith13:08:50

That is what I am doing but I then have to remember to add all the extra generators. I want to be able to create my own schema and generator like the ones provided

mynomoto14:08:45

Create a custom generator that uses a custom leaf generator seems the way to go. https://github.com/plumatic/schema-generators/blob/master/src/schema_generators/generators.cljc#L192