indeyets/pake

受 Rake 启发的 PHP 自动化工具

1.99.5 2021-12-13 10:45 UTC

This package is not auto-updated.

Last update: 2024-09-16 23:48:06 UTC


README

Pake 是一个类似于 make 的 PHP 自动化工具。有关详细信息,请参阅 Wiki

Latest Stable Version Total Downloads

安装

推荐通过 Composer 安装 Pake。只需创建一个 composer.json 文件,然后运行 php composer.phar install 命令即可安装。

{
    "require": {
        "indeyets/pake": "~1.99"
    }
}