creates zod objects from openapi schema
npm install openapi-to-zod
would create zod objects for the components in the openapi schema given in the url to the folder ./src/zod-objects-folder
./src/zod-objects-folder
this cli uses json-schema-to-zod to create the zod objects.