Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add zocker to Ecosystem section #2416

Merged
merged 1 commit into from May 9, 2023

Conversation

LorisSigrist
Copy link
Contributor

About a week ago I posted on the zod-discord about my project Zocker. It was then suggested I make a PR to add it to the added to the Ecosystem section, so here I am.

Zocker is a mock-data generation library that generates plausible mock-data from zod-schemas, similar to @anatine/zod-mock, but supports a wider subset of zod. It too uses faker under the hood for semantically meaningful data.

A quick overview of what Zocker provides:

  • Generation for most zod types (unfortunately not all types are possible to support in a library like this)
  • Generation for Regex schemas on strings (thanks to the randexp package)
  • Cyclic schemas
  • Genration for any and unknown types
  • Generation for map, set, tuple, union and record types
  • An API for customising the generation process

For a full list of features & limitations check out the docs

I'm still working on the library, but don't plan on making breaking changes soon.

Thank you for your consideration.

About a week ago I posted on the zod-discord about my project Zocker.
It was then suggested I make a PR to add it to the added to the Ecosystem section, so here I am. 


Zocker is a mock-data generation library that generates plausible mock-data from zod-schemas, kinda like `@anatine/zod-mock`, but supports a wider subset of zod.
@netlify
Copy link

netlify bot commented May 9, 2023

Deploy Preview for guileless-rolypoly-866f8a ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit ac1579e
🔍 Latest deploy log https://app.netlify.com/sites/guileless-rolypoly-866f8a/deploys/645a46d02ff33d0008ca2a57
😎 Deploy Preview https://deploy-preview-2416--guileless-rolypoly-866f8a.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@scotttrinh scotttrinh merged commit a8be450 into colinhacks:master May 9, 2023
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants