Skip to content

yaworsw/lackey

Repository files navigation

Lackey

PHP task runner

Latest Stable Version Total Downloads

Build Status Scrutinizer Quality Score Code Coverage Dependencies Status

Installing

Make sure you have ~/.composer/vendor/bin/ in your path.

Install lackey globally.

composer global require lackey/lackey

Add lackey to your project's composer.json file.

{
    "require-dev": {
        "lackey/lackey": "0.1.1"
    }
}

Update the project's dependencies.

composer update

Lackeyfile

The Lackeyfile is where all of your project's lackey tasks are defined. In the root of your project create a file named Lackeyfile.php.

Use this project's Lackeyfile as a guide on how to define lackey tasks.

Bitdeli Badge