From f7cd0f4b60fd3906574bb89eea5eb7c937b6e096 Mon Sep 17 00:00:00 2001 From: Gabriel Rubens Abreu Date: Mon, 22 Jan 2024 09:22:00 -0300 Subject: [PATCH] Update README.md --- README.md | 44 +------------------------------------------- 1 file changed, 1 insertion(+), 43 deletions(-) diff --git a/README.md b/README.md index db18ad2..ec3c016 100644 --- a/README.md +++ b/README.md @@ -1,43 +1 @@ -

- -
-

-

- What is this? • - Features • - Installation • - Documentation • - Live demo (with ReForm) -

-
- -## What is this? 💡 -ReSchema is a schema builder for ReScript. We created ReSchema to be deadly simple, leveraging ReScript's powerful typesytem. -Schemas created with ReSchema are nothing more than constructors built-in in the language itself with a small size footprint. - -## Features ⚡ -- Schema validation using GADT's -- Built-in validators -- Type-safe validation -- I18n support -- Regex support -- Custom validations - -## Installation 📦 - -```sh -yarn add @rescriptbr/reschema -``` -and then, add `ReSchema` as a dependency in your `bsconfig.json` -```js -{ - ... - "bs-dependencies": [ - "@rescriptbr/reschema" - ], -} -``` - -## Documentation 🔎 -- [Getting Started](./docs/1-getting-started.md) -- [API Reference](./docs/2-api-reference.md) +# This has been moved to the [ReForm monorepo](https://github.com/rescriptbr/reform/tree/master/packages/reschema)