Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.07 KB

README.md

File metadata and controls

52 lines (34 loc) · 1.07 KB

Table of contents

Introduction

npm install size

rules-engine-lib is a simple rules engine allows you to cleanly abstract your rules away from your application code

  • Run your dataset against a conditions JSON object.
  • Results can modify your dataset or can return a new dataset of outcomes.
  • It's isomorphic and has no package dependencies - great for the browser and the server.

Installation

bun add rules-engine-lib

or

npm install rules-engine-lib

or

yarn add rules-engine-lib

or

pnpm add rules-engine-lib

Usage

Stable features

TODOs

  • Logger interface for custom logging