Skip to content

isabella232/ps-monitor-module-releases

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PrestaShop Module Releases Monitoring

Little PHP application that fetches PrestaShop modules git data to find which modules need a release.

Output is a HTML page index.html.

It is designed to be run by a GitHub Action that pushes the HTML page to a branch gh-pages. Branch gh-pages is configured to be deployed by GitHub Pages.

Install

composer install

Usage

php generate.php {token}

Token must be a valid GitHub API token.

The GitHub Action uses GITHUB_TOKEN secret.

Browse

Generated static HTML is hosted on https://build.prestashop.com/ps-monitor-module-releases/

A GitHub Action runs generate.php to generate the index.html file in docs/ folder then it pushes it to branch gh-pages.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 78.1%
  • Smarty 21.9%