22
33[ ![ Erlangsters Repository] ( https://img.shields.io/badge/erlangsters-term--validator-%23a90432 )] ( https://github.com/erlangsters/term-validator )
44![ Supported Erlang/OTP Versions] ( https://img.shields.io/badge/erlang%2Fotp-27%7C28-%23a90432 )
5- ![ Current Version] ( https://img.shields.io/badge/latest_version -1.0.0-%23354052 )
5+ ![ Current Version] ( https://img.shields.io/badge/version -1.0.0-%23354052 )
66![ License] ( https://img.shields.io/github/license/erlangsters/term-validator )
77[ ![ Build Status] ( https://img.shields.io/github/actions/workflow/status/erlangsters/term-validator/workflow.yml )] ( https://github.com/erlangsters/term-validator/actions/workflows/workflow.yml )
8- [ ![ Documentation Link] ( https://img.shields.io/badge/documentation-here -yellow )] ( http://erlangsters.github.io/term-validator/ )
8+ [ ![ Documentation Link] ( https://img.shields.io/badge/documentation-available -yellow )] ( http://erlangsters.github.io/term-validator/ )
99
1010A quick and simple Erlang term validator. It supports validation of the common
1111built-in Erlang types and can be extended with custom validators.
@@ -18,15 +18,15 @@ valid = term_validator:validate(42, Format).
1818```
1919
2020Consult the documentation to know how to use the built-in validators or write
21- your own ones. You may also want to check the regression suites in the * test*
21+ your own ones. You may also want to check the regression suites in the * test/ *
2222folder for more examples.
2323
2424> If you need to validate settings/config files or JSON data, check
2525> out the [ Settings Validator] ( https://github.com/erlangsters/settings-validator )
2626> and [ JSON Validator] ( https://github.com/erlangsters/json-validator ) projects.
2727
28- Written by
Jonathan De Wachter ( [email protected] ) and
released 29- under the MIT license.
28+ Written by the Erlangsters [ community ] ( https://about.erlangsters.org/ ) and
29+ released under the MIT [ license] ( https://opensource.org/license/mit ) .
3030
3131## Getting started
3232
0 commit comments