From a37616bfccdc8946f64d26a68c092041beeccad2 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin Date: Sat, 24 Sep 2016 21:39:14 +0100 Subject: [PATCH] docs: generate standalone module using ajv-cli/ajv-pack, closes #156 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c93e5fa..fcf31b9 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,7 @@ __Please note__: some frameworks, e.g. Dojo, may redifine global require in such CLI is available as a separate npm package [ajv-cli](https://github.com/jessedc/ajv-cli). It supports: - compiling JSON-schemas to test their validity +- NEW: generating standalone module exporting a validation function to be used without Ajv (using [ajv-pack](https://github.com/epoberezkin/ajv-pack)) - validating data file(s) against JSON-schema - testing expected validity of data against JSON-schema - referenced schemas