@o3r/rules-engine
Version:
This module provides a rule engine that can be executed on your Otter application to customize your application (translations, placeholders and configs) based on a json file generated by your CMS.
16 lines (15 loc) • 634 B
JSON
{
"$schema": "https://raw.githubusercontent.com/angular/angular-cli/master/packages/angular_devkit/architect/src/builders-schema.json",
"builders": {
"extractor": {
"implementation": "./builders/rules-engine-extractor/",
"schema": "./builders/rules-engine-extractor/schema.json",
"description": "Extract the rules engine metadata information from an Otter project"
},
"check-rule-fact-migration-metadata": {
"implementation": "./builders/metadata-check/",
"schema": "./builders/metadata-check/schema.json",
"description": "Check for rule-fact metadata breaking changes"
}
}
}