@yuisalabs/nori
v0.0.8
Published
Schema based form validation library written in Typescript
Readme
Nori: Effortless Form Validation
Nori is a powerful, schema-based form validation library for TypeScript that makes handling forms a breeze. With an intuitive, chainable API, you can define validation rules with ease, keeping your code clean and readable.
Features
- Schema-Based Validation: Define your form's validation rules with a simple and clear schema.
- Fluent, Chainable API: Build complex validation rules with an easy-to-read, chainable interface.
- TypeScript First: Written entirely in TypeScript for robust, type-safe validation.
- Zero Dependencies: A lightweight library with no external dependencies.
- Extensible: Easily create your own custom validation rules.
Installation
You can install Nori using npm or yarn:
npm install @yuisalabs/norior
yarn add @yuisalabs/noriLicense
This project is licensed under the MIT License.
