This is a script project that offers a merger.py
for merging your local custom rules (json file) with
github public rules.
When conflict occured, your local rules have a priority than the public.
- python 3.12 or higher
git clone
this project
This project has no 3rd party dependencies.
Replace LOCAL_RULES_PATH: LiteralString = ...
and MERGED_PATH: LiteralString = ...
with yours.
There are 2 ways to run:
-
Simply
python merger.py
-
Or with args
python merger.py <path-to-your-custom-rules.json> <path-to-merged-rules.json>