Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 460 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 460 Bytes

HashThePlanet

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.

Usage

First, create a virtual environnement.

python3 -m venv venv
source venv/bin/activate

Then, use the make command to install the requirements and the project.

make install

Finally, call the hashtheplanet executable.

hashtheplanet -h