xcart/xdev
Composer 安装命令:
composer require xcart/xdev
包简介
XDev cli tools allow you to easily deploy live sites to your local server
README 文档
README
Installation
git clonethis 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>
统计信息
- 总下载量: 40
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2019-03-11