@profullstack/sh1pt-openapi
v0.3.0
Published
OpenAPI loader/IR + generators for SDKs, MCP servers, and docs sites.
Readme
Openapi
OpenAPI loader/IR + generators for SDKs, MCP servers, and docs sites.
What it does
- Provides openapi functionality for sh1pt workflows.
- Exports module metadata and hooks consumed by the sh1pt CLI or SDK.
Package
- Name:
@profullstack/sh1pt-openapi - Path:
packages/openapi - Homepage: https://sh1pt.com
Scripts
build:tsc -p tsconfig.jsonprepublishOnly:pnpm buildtypecheck:tsc -p tsconfig.json --noEmit
Usage
pnpm add @profullstack/sh1pt-openapiDevelopment
pnpm --filter @profullstack/sh1pt-openapi typecheckRun tests from the repository root when this module includes a test file:
pnpm vitest run packages/openapi/src/index.test.ts