jruizgit / rules

Durable Rules Engine
MIT License
1.16k stars 206 forks source link

[Feature] Create JSON Rules Easily #151

Open aravindnc opened 6 years ago

aravindnc commented 6 years ago

I've created a package to create JSON rules easily.

https://www.npmjs.com/package/durable-rule-converter

This is an initial draft version. This might help someone.

jruizgit commented 6 years ago

Thanks a lot for sharing.

wisegb commented 5 years ago

This is cool. How does one do a negation in durable rules? Is there a NOT operator?