Computes hashs for all JS, TXT and CSS files for each tag in a repository.
Generates a database file in dist directory which stores all the results.
First, create a virtual environnement.
python3 -m venv venv
source venv/bin/activateThen, use the make command to install the requirements and the project.
make installFinally, call the hashtheplanet executable.
hashtheplanet -h