ts-openapi-contract-first-boilerplate
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

TS Contract First logo

Client to interact with the TS Server concract first API

NPM Unpacked Size npm bundle size NPM Version

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

Package Sidebar

Install

npm i ts-openapi-contract-first-boilerplate

Weekly Downloads

1

Version

1.1.0

License

ISC

Unpacked Size

12.4 kB

Total Files

10

Last publish

Collaborators

  • xutyxd