GitXplorerGitXplorer
i

pake

public
182 stars
15 forks
12 issues

Commits

List of commits on branch master.
Verified
2b6100821857639d2171ae0a3e78543ad06278e5

Merge pull request #52 from gggeek/fix_php_8_1

ggggeek committed 3 years ago
Unverified
b0e826732660f8a02d4a610fd222dfa2a65ce007

make pakeFinder::isPathAbsolute work with php 8.1

committed 3 years ago
Unverified
324ed26475b425d42c8aeb59e98b58136207a2d7

update docs, require php ext-json, add .editorconfig and .gitattributes

committed 5 years ago
Verified
a7dc4c25eaa0048c87b476207aec525b8d3dc500

Merge pull request #50 from rlerdorf/patch-1

ggggeek committed 5 years ago
Verified
c76a961d0949721e7ed1d44ae3f11b59780e501f

PHP 7.4 compatibility

rrlerdorf committed 5 years ago
Unverified
22b4e1da921c7626bb0e1fd0538a16562129be83

method for adding more plugin-dirs. refs #45

iindeyets committed 11 years ago

README

The README file for this repository.

Pake

Pake is a PHP automation tool with capabilities similar to make. See Wiki for details.

Latest Stable Version Total Downloads

Installation

The recommended way to install Pake is through Composer. Just create a composer.json file and run the php composer.phar install command to install it:

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