From e8ae06e5f61186d1edf4668820afed5f116cb205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20Roch=C3=A9?= Date: Sat, 21 Sep 2024 13:19:32 +0800 Subject: [PATCH] add readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a16bef0 --- /dev/null +++ b/README.md @@ -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 +```