oRPC Define Contract

Installation
SKILL.md

Define Contract

Contract-first development is a design pattern where you define the API contract before writing implementation code.

Installation

npm install @orpc/contract@latest

Procedure Contract

import { oc } from '@orpc/contract'
import * as z from 'zod'
Installs
First Seen
oRPC Define Contract — ali-master/skills