buggyzap / ector_cli
CLI commands for PHP
0.0.5
2023-10-10 15:31 UTC
Requires
- ector/checker: 1.0.0
- guzzlehttp/guzzle: ^7.0.1
- http-interop/http-factory-guzzle: ^1.0
- knplabs/github-api: ^3.0
This package is auto-updated.
Last update: 2024-10-10 13:36:42 UTC
README
A composer CLI tool that provides helpers and tools to manage and develop with Prestashop Ector theme.
Installation
composer require buggyzap/ector_cli
Usage
vendor/bin/ector_cli
Develop
Run locally to develop the CLI
Start container
docker-compose up -d
Execute commands
docker-compose exec app bin/ector_cli
Available commands
migrate:magento
Migrate the Magento permalinks to Prestashop urls and create 301 redirects dinamically