Welcome to the Pizza-Panda App! Here, you can validate whether a given object is a pizza with Zod — as a library and a CLI.
Install locally or from npm:
# Local install (for grading)
npm install ../pizza-validator-andrew
# Or global install for CLI use
npm install -g ../pizza-validator-andrew
Once you have installed the package, you can run it directly from your terminal.
pizza-validate <path/to/pizza.json> [--pretty]