lackey
Initial release
PHP 任务运行器
确保路径中有~/.composer/vendor/bin/
。
全局安装走狗。
composer global require lackey/lackey
将lacker 添加到项目的composer.json
文件中。
{
"require-dev": {
"lackey/lackey": "0.1.1"
}
}
更新项目的依赖项。
composer update
Lackeyfile 是定义项目的所有走狗任务的地方。在项目的根目录中创建一个名为Lackeyfile.php
的文件。
使用此项目的 Lackeyfile 作为如何定义仆人任务的指南。