mirror of
https://github.com/lingble/Trool.git
synced 2026-01-10 23:51:44 +00:00
578 B
578 B
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.