https://github.com/square/lgtm
Simple object validation for JavaScript.
https://github.com/square/lgtm
Last synced: about 1 year ago
JSON representation
Simple object validation for JavaScript.
- Host: GitHub
- URL: https://github.com/square/lgtm
- Owner: square
- License: other
- Created: 2013-08-14T17:16:51.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2025-04-01T04:55:11.000Z (about 1 year ago)
- Last Synced: 2025-06-03T08:55:31.794Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.64 MB
- Stars: 374
- Watchers: 13
- Forks: 40
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# LGTM
[](https://badge.fury.io/js/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](https://github.com/square/lgtm/wiki).