1.1.0 • Published 8 months ago

ts-openapi-contract-first-boilerplate v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

Contract-First Boilerplate for TypeScript – Streamline Your API Development

A boilerplate for building contract-first APIs in TypeScript with OpenAPI. Includes OpenAPI definition, compliant server setup, and npm package generation for seamless API development.

📦 Packages

📦 CommonJS

const { ContractFirstAPIClient } = require('ts-openapi-contract-first-boilerplate');

📦 ESM

import { ContractFirstAPIClient } from 'ts-openapi-contract-first-boilerplate';

📦 TypeScript

import { ContractFirstAPIClient } from 'ts-openapi-contract-first-boilerplate';

📝 License

This project is licensed under the GNU AFFERO GENERAL PUBLIC LICENSE - see the LICENSE file for details