0.1.2 • Published 11 months ago

@marcuslongmuir/openapi-typescript-helpers v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

OpenAPI TypeScript Helpers

npm version

License: MIT TypeScript

Types and utilities for creating framework-agnostic HTTP handlers and clients.

Features

  • 🔒 Type-safe with full TypeScript support
  • 🌐 Helpers to create framework-agnostic HTTP handlers and clients.
  • 📦 Multiple distribution formats (ESM and CJS)
  • 🛠️ Easy integration with modern build tools

Installation

The package can be installed directly from npm.

npm install @marcuslongmuir/openapi-typescript-helpers

Usage

TODO

API Documentation

TODO

Build

npm run build

This will create:

  • CommonJS (CJS) build
  • ES Modules (ESM) build
  • TypeScript declaration files

Development

# Install dependencies
npm install

# Run tests
npm test

# Type checking
npm run ts:type-check

# Linting
npm run ts:lint
npm run ts:lint:fix

# Format code
npm run ts:fmt
npm run ts:fmt:fix

# Lint and format code
npm run ts:check
npm run ts:check:fix

# All validation checks
npm run ts:validate

Release

License

MIT © Marcus Longmuir

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago