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

This package is auto-updated.

Last update: 2024-05-06 21:00:54 UTC


README

Installation

  1. git clone this repository.
  2. Download composer: curl -s https://getcomposer.org/installer | php
  3. 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>