/trpc-adapters

Adapters for building end-to-end typesafe APIs with tRPC.

Primary LanguageTypeScriptMIT LicenseMIT

@trpc-adapters

A monorepo holding tRPC adapters for various platforms and frameworks. With tRPC adapters, you can have end-to-end type safety no matter where your API runs.

Install

Run the following command from the root directory:

pnpm install

Packages

This monorepo includes the following packages, which are published to npm:

It also includes the following internal configuration packages:

CLI Commands

The following commands will apply to all apps and packages if run from the root directory. Alternatively, commands run from individual project directories will only apply to that project.

Build

pnpm build

Develop

Start dev servers or file watchers that auto reload on file changes.

pnpm dev

Lint

pnpm lint

Format

pnpm format

Test

pnpm test

Utilities

Read more about the tooling used in this monorepo: