Trool

The TypeScript Rule Engine

  • Manage rules in a business spreadsheet format
  • Get your rules out of your code so non-engineers can make updates over time
  • Heavily inspired by Java's KnowledgeBase Library

https://github.com/CacheControl/json-rules-engine

// mention that it's not a good practice to set strings in directly to the spreadsheet and should // use a constants class. This prevents Product Owners from inputing bad values into the spreadsheet.

// Class.method() to not use a built in operator in condition. Class must be a fact or must be imported.

Description
No description provided
Readme MIT 718 KiB
Languages
TypeScript 100%