Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Khady committed Sep 21, 2024
1 parent 975e867 commit e8ae06e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# ppx_deriving_jsonschema

`ppx_deriving_jsonschema` is a ppx rewriter that generates JSON schema from OCaml types. This project aims to simplify the process of creating JSON schemas by automatically deriving them from your OCaml type definitions.

## Installation

```sh
opam install ppx_deriving_jsonschema
```

0 comments on commit e8ae06e

Please sign in to comment.