Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 802 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 802 Bytes

zod-airtable

Use zod schemas to generate typed and validated data access layers

Repo setup

Package manager

We are using pnpm - it is the way

Turbo repo

We are using turbo repo to have a faster dev experience. This is based on the non-monorepo setup ie no packages folder.

Setup turbo repo cli pnpm install turbo --global

Linting and Prettier

These were setup based on the excellent guidance from Joshua K. Goldberg. Checkout the linting-typescript-in-2023 repo for the example that inspired this setup.