An open API service indexing awesome lists of open source software.

https://github.com/square/lgtm

Simple object validation for JavaScript.
https://github.com/square/lgtm

Last synced: 7 months ago
JSON representation

Simple object validation for JavaScript.

Awesome Lists containing this project

README

          

# LGTM

[![npm version](https://badge.fury.io/js/lgtm.svg)](https://badge.fury.io/js/lgtm)
![CI](https://github.com/square/lgtm/workflows/CI/badge.svg)

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).