simple-terms
TypeScript icon, indicating that this package has built-in type declarations

0.4.2 • Public • Published

Simple Terms Processor

pipeline status

License

MIT

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.

Readme

Keywords

none

Package Sidebar

Install

npm i simple-terms

Weekly Downloads

9

Version

0.4.2

License

MIT

Unpacked Size

91.1 kB

Total Files

12

Last publish

Collaborators

  • soletan
  • simon.friedo