JulienTD / HashThePlanet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU General Public License v2.0


Languages

Language:Python 99.7%Language:Makefile 0.3%