Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 570 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 570 Bytes

True Detector

A tool designed to identify unused code.

Quick start

Install with pip

pip install true-detector

Run the script

true-detector

Manual setup

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