astahmer / openapi-zod-client

Generate a zodios (typescript http client with zod validation) from an OpenAPI spec (json/yaml)

Home Page:openapi-zod-client.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributing docs not clear

dosco opened this issue · comments

commented

Under contributing it only says pnpm i && pnpm gen what is pnpm gen it throws an error?

If I make a code change what is the workflow to test?

it's probably outdated, I guess it was supposed to be gen:samples

to contribute, you should a specific test for the case you add/update and just check that the other tests aren't broken
then add a changeset and you're good to go !