Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 400 Bytes

File metadata and controls

32 lines (22 loc) · 400 Bytes

Rule Processor

This component is used to get the output of any rule modification applied on a network request.

It is currently used by:

  • UI application for Test this Rule feature
  • Desktop application to apply rules
  • Mobile debugger to apply rules

Install

npm install

Build

sh build.sh

Run

sh build-and-run.sh

Unit Testing

npm test