Convert Valibot schemas to JSON Schema format
> [!CAUTION] > This project is now deprecated as Valibot now has an official JSON schema converter in the [@valibot/to-json-schema](https://github.com/fabian-hiller/valibot/tree/main/packages/to-json-schema). > The command line interface is moved to the p
valibot-json-schema$ valibot-json-schema input.ts output.json$ valibot-json-schema --input src/schemas.ts --output schemas.json$ valibot-json-schema schema.ts schema.json --pretty$ valibot-json-schema --validate models/user.ts$ valibot-json-schema src/schemas/*.ts dist/schemas/