Skip to content

OussamaBeng/HashThePlanet

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.7%
  • Makefile 0.3%