rools icon indicating copy to clipboard operation
rools copied to clipboard

A small rule engine for Node.

Results 8 rools issues
Sort by recently updated
recently updated
newest added

What a great project! When I stumbled upon it, I actually went looking for somewhere to use it. 🥇 The way you use JavaScript features to make the rules feel...

enhancement

I'm trying rules engine to implement evaludate articles to accept automatically. I researched rules enginer and rools module looks good for me. However, there is a part that has been...

enhancement
question

Reduces the size even further for projects that are using the Serverless Framework while bundling functions individually for AWS Lambdas. Otherwise it seems to still be bundling all of lodash...

In the current version RuleSet.register() compares premise functions as md5 of their text. I guess that it was done this way for an optimization (a bit premature) when there are...

Hi, I'm currently in the need for a rules engine in JS, however every option seems to be a bit out dated. Rools looks like the best choice atm, but...

Export `RuleError` to better support usecases where error is thrown during rule evaluation for early exit. Once exported, `RuleError` can be used as an accurate indication of rule violation (via...

I want to create a library of rules that shall be chained and run following a certain trigger. The sequence of rules shall be defined in a `json` file that...