https://github.com/mcmaroon/mcps_image_regenerate
Console tool for quickly generating images for PrestaShop store.
https://github.com/mcmaroon/mcps_image_regenerate
cli command-line-tool image-processing mit-license php prestashop prestashop-1-6 prestashop-1-7 regenerator
Last synced: 4 months ago
JSON representation
Console tool for quickly generating images for PrestaShop store.
- Host: GitHub
- URL: https://github.com/mcmaroon/mcps_image_regenerate
- Owner: mcmaroon
- License: mit
- Created: 2018-02-09T21:34:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T10:44:38.000Z (over 7 years ago)
- Last Synced: 2025-05-30T13:59:55.860Z (4 months ago)
- Topics: cli, command-line-tool, image-processing, mit-license, php, prestashop, prestashop-1-6, prestashop-1-7, regenerator
- Language: PHP
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PrestaShop Cli Image Regenerator
Compatible with versions 1.6.x - 1.7.x

### Installing
1) Clone or [download](https://github.com/mcmaroon/mcps_image_regenerate/archive/master.zip) a repository
2) Enter the cd mcps_image_regenerate directory
3) Run "[composer install](https://getcomposer.org/)" 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](https://github.com/mcmaroon)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details