Skip to content

jpbufe3/validate.js

This branch is 103 commits behind ansman/validate.js:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7a4f3d0 · Feb 7, 2016
Oct 10, 2015
Feb 7, 2016
Nov 16, 2013
Dec 30, 2013
May 25, 2014
Nov 16, 2013
Dec 8, 2013
Aug 8, 2015
Feb 6, 2015
Jul 25, 2015
Apr 8, 2015
Oct 10, 2015
Oct 10, 2015
Oct 10, 2015
Jan 22, 2014
Feb 7, 2016
Oct 10, 2015
Feb 7, 2016
Oct 10, 2015
Oct 10, 2015

Repository files navigation

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 git@github.com: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 info@validatejs.org with the name and optionally a URL to the project and it will be added here.

About

Declarative validation written in javascript

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 53.7%
  • HTML 46.3%