simple-terms
v0.4.2
Published
processes simple terms
Downloads
56
Readme
Simple Terms Processor
License
About
This package provides a simple terms processor suitable for reading hierarchical data structures and deriving new information from that. It is designed to support customized processing of data without exposing a full Javascript engine. It intentionally excludes support for code to adjust any provided data.
For example, in our forms processor this package is used to describe dependencies between fields e.g. making one field's visibility depending on having provided particular value on another one or initialize one value with the input of two other fields e.g. by combining first and last name of a person into full name of an account's holder using a term like personal.lastName + ", " + personal.firstName
.
Install
npm install simple-terms
Manual
See the official manual at https://cepharum-foss.gitlab.io/simple-terms for additional information.