Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

OpenAPI Generator

Documentation

Prerequisites

Node 18+:

brew install node

Java 11+:

brew install openjdk

Scripts

Change to this directory before running the scripts:

cd openapi-generator

Install

Install the dependencies:

npm i

Generate

Generate the TypeScript SDK:

npm run generate

Build

Build the package:

npm run build

The package is ready to be published!

Usage

See example.