mcmaroon / mcps_image_regenerate
Console tool for quickly generating images for PrestaShop store.
dev-master
2018-06-14 10:44 UTC
Requires
- symfony/console: ^3.4
This package is not auto-updated.
Last update: 2025-04-27 08:22:07 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