Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 338 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 338 Bytes

openAPI2TypeScript

This repository demonstrates how to convert OpenAPI schema to TypeScript using the GitHub Actions.

Requirements

Running

  • TypeScript will be generated after every commit
  • If you want to generate it manually run the following command: npm run build