mcmaroon / mcps_image_regenerate
Console tool for quickly generating images for PrestaShop store.
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 1
Open Issues: 0
pkg:composer/mcmaroon/mcps_image_regenerate
Requires
- symfony/console: ^3.4
This package is not auto-updated.
Last update: 2025-09-28 10:37:22 UTC
README
Compatible with versions 1.6.x - 1.7.x
Installing
-
Clone or download a repository
-
Enter the cd mcps_image_regenerate directory
-
Run "composer install" in the command line.
Usage
php run.php --help
-Optionally update the PATH
environment variable to contain the mcps_image_regenerate directory.
psimgr --help
Example
php run.php --dir=C:/WTServer/WWW/prestashop --erase
or
psimgr --dir=C:/WTServer/WWW/prestashop --erase
or being in the main directory of a prestashop project
psimgr --erase
Authors
- Marek Ciarkowski - mcmaroon
License
This project is licensed under the MIT License - see the LICENSE file for details