Installation
In your project, install groqd
using your favorite package registry tool such as npm
, yarn
, or pnpm
.
- NPM
- Yarn
- pnpm
npm install groqd
yarn add groqd
pnpm add groqd
groqd
has no peer dependencies, but has a hard dependency on zod
, so zod will be installed along with groqd
when groqd
is installed.
note
For the best TypeScript experience with groqd
, we recommend using at least TypeScript 4.9.0 with strict mode on ("strict": true
in your tsconfig.json
).