mirror of
https://github.com/lingble/Trool.git
synced 2025-12-30 09:50:41 +00:00
e3401dd83dbef591a71e090598cf7fef74cdbdcd
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.
Languages
TypeScript
100%