oRPC tRPC Integration

Installation
SKILL.md

tRPC Integration

Integrate oRPC with tRPC to leverage oRPC features in your existing tRPC applications.

Installation

npm install @orpc/trpc@latest

OpenAPI Support

Convert a tRPC router to an oRPC router to access most oRPC features.

import { ORPCMeta, toORPCRouter } from '@orpc/trpc'

export const t = initTRPC.context<Context>().meta<ORPCMeta>().create()
Installs
–
GitHub Stars
8
First Seen
–
oRPC tRPC Integration — ali-master/skills