Declarative validations for JavaScript
npm install validate.jsvalidate.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
---
git clone git@github.com:ansman/validate.js.gitcd validate.jsnpm installgrunt buildThis will build validate.min.js, validate.min.map and the docs folder.
grunt watch or simply grunt.If you want to just run the tests once you can do that by running grunt test.
Build 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 info@validatejs.org
with the name and optionally a URL to the project and it will be added here.