rules-engine-lib
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Table of contents

Introduction

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
yarn add rules-engine-lib

or

pnpm add rules-engine-lib

Usage

Stable features

TODOs

  • [ ] Logger interface for custom logging

Package Sidebar

Install

npm i rules-engine-lib

Weekly Downloads

3

Version

1.0.0

License

MIT

Unpacked Size

11.8 kB

Total Files

6

Last publish

Collaborators

  • eslammahgoub