This simple tool gathers data from the PrestaShop project and organizes it. It gets data from the issues and the Epics and gives a simple way to display it.
Use composer install
to install all the dependencies.
Copy the config.php.dist
file, add your Github token and rename it config.php
.
Use the generate.php
file to create all your data in a results.json
file. This file will store everything and
can be used elsewhere.
You can also browse to the root of the project, index.php
will take care of displaying it.
Just relaunch generate.php
:-)