2017 © Pedro Peláez
 

library lackey

Task runner for PHP

image

lackey/lackey

Task runner for PHP

  • Wednesday, January 22, 2014
  • by yaworsw
  • Repository
  • 2 Watchers
  • 0 Stars
  • 74 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Lackey

PHP task runner, (*1)

Latest Stable Version Total Downloads, (*2)

Build Status Scrutinizer Quality Score Code Coverage Dependencies Status, (*3)

Installing

Make sure you have ~/.composer/vendor/bin/ in your path., (*4)

Install lackey globally., (*5)

composer global require lackey/lackey

Add lackey to your project's composer.json file., (*6)

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

Update the project's dependencies., (*7)

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., (*8)

Use this project's Lackeyfile as a guide on how to define lackey tasks., (*9)

Bitdeli Badge, (*10)

The Versions

22/01 2014

dev-master

9999999-dev http://github.com/yaworsw/lackey

Task runner for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Will Yaworsky

task automation build

22/01 2014

dev-develop

dev-develop http://github.com/yaworsw/lackey

Task runner for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Will Yaworsky

task automation build

05/01 2014

0.1.1

0.1.1.0 http://github.com/yaworsw/lackey

Task runner for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Will Yaworsky

task automation build