A tool designed to identify unused code.
Install with pip
pip install true-detector
Run the script
true-detector
Clone repository
git clone https://github.com/BigBlackWolf/true-detector.git
cd true-detector
Create virtual environment and install dependancies
python -m virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
Run the command against needed directory
python src/true_detector/main.py