1. validate.js
Declarative validations for JavaScript
validate.js
Package: validate.js
Created by: ansman
Last modified: Tue, 28 Jun 2022 08:36:20 GMT
Version: 0.13.1
License: MIT
Downloads: 1,446,493
Repository: https://github.com/ansman/validate.js

Install

npm install validate.js
yarn add validate.js

validate.js

Validate.js provides a declarative way of validating javascript objects.

For documentation please see validatejs.org/.

For issues and feature requests visit the issue tracker.

Building validate.js

Requirements

Build steps

  1. git clone [email protected]:ansman/validate.js.git
  2. cd validate.js
  3. npm install
  4. grunt build

This will build validate.min.js, validate.min.map and the docs folder.

Continuous testing

You can run continuous testing that runs the tests on file changes by running
grunt watch or simply grunt.

If you want to just run the tests once you can do that by running grunt test.

Build status

Build Status
Coverage Status

Contributing

Before opening a pull request please make sure your changes follow the
contribution guidelines.

Users of validate.js

If your site, library or application uses validate.js and would like to be shown
here please feel free to email [email protected]
with the name and optionally a URL to the project and it will be added here.

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code