Simple object validation for JavaScript.
JavaScript
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
script Use more ES6 features. May 19, 2016
src Use more ES6 features. May 19, 2016
test
.babelrc
.eslintrc Modernize the build system. May 18, 2016
.gitignore Modernize the build system. May 18, 2016
CHANGELOG.md
LICENSE
README.md Fix the wiki URL. Aug 24, 2013
package.json

README.md

LGTM

LGTM is a simple JavaScript library for validating objects and collecting error messages. It leaves the display, behavior, and error messages in your hands, focusing on letting you describe your validations cleanly and concisely for whatever environment you're using.

For examples, installation, setup and more see the wiki.