Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 578 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 578 Bytes

ReScript OpenAPI 🕸️

Typesafe OpenAPI for ReScript

Install

npm install rescript-openapi rescript-json-schema rescript-schema

Update your rescript.json file:

{
  ...
+ "bs-dependencies": ["rescript-openapi", "rescript-json-schema", "rescript-schema"],
+ "bsc-flags": ["-open RescriptSchema"],
}

References