An example prototype to utilize tree-sitter to query data about the shopware codebase and visualize it.
Note
Be aware that this code is messy and just to give you a quick start to experiment on your own
- Clone this repository
npm installnpm run scan ../your/path/to/shopwares/root/folder- Open the HTML report in your favorite browser
- Start changing stuff and experimenting