lackey/lackey

Task runner for PHP

0.1.1 2014-01-04 23:58 UTC

This package is not auto-updated.

Last update: 2024-04-08 22:38:09 UTC


README

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