Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buggyzap/ector_cli
https://github.com/buggyzap/ector_cli
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/buggyzap/ector_cli
- Owner: buggyzap
- License: mit
- Created: 2023-05-16T15:09:43.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-10T12:09:49.000Z (12 months ago)
- Last Synced: 2024-11-13T18:15:25.006Z (about 1 month ago)
- Language: PHP
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Ector CLI
A composer CLI tool that provides helpers and tools to manage and develop with Prestashop Ector theme.
## Installation
```bash
composer require buggyzap/ector_cli
```## Usage
```bash
vendor/bin/ector_cli
```## Develop
Run locally to develop the CLI
### Start container
```bash
docker-compose up -d
```### Execute commands
```bash
docker-compose exec app bin/ector_cli
```## Available commands
### `migrate:magento`
Migrate the Magento permalinks to Prestashop urls and create 301 redirects dinamically