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

Installs: 40

Dependents: 3

Suggesters: 0

Security: 0

pkg:composer/xcart/xdev

0.1.0 2019-03-11 18:40 UTC

This package is auto-updated.

Last update: 2025-10-07 00:07:31 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>