A python script that can generate an interactive treemap visualisation of cyclomatic complexities. (uses plotly and lizard)
pip3 install -r requirements.txt
python3 lizardmap.py /path/to/project
script that generates an interactive treemap visualisation of cyclomatic complexities
Python