xcart / xdev
There is no license information available for the latest version (0.1.0) of this package.
XDev cli tools allow you to easily deploy live sites to your local server
0.1.0
2019-03-11 18:40 UTC
Requires
- php: ^5.5.9 || ^7.0
- ifsnop/mysqldump-php: 2.*
- symfony/console: 3.*
- symfony/filesystem: 3.*
- symfony/finder: 3.*
- symfony/process: 3.*
- symfony/yaml: 3.*
This package is auto-updated.
Last update: 2025-04-06 23:11:46 UTC
README
Installation
git clone
this repository.- Download composer:
curl -s https://getcomposer.org/installer | php
- Install dependencies:
php composer.phar install
Global installation
Run composer global require xcart/xdev
Creating a PHAR package
Simply run the following
./bin/xdev app:build
After that you can find the *.phar files in the output
folder.
Usage
You can run commands as
./bin/xdev <command>
or
php ./output/xdev.phar <command>