Download the PHP package lackey/lackey without Composer
On this page you can find all versions of the php package lackey/lackey. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lackey/lackey
More information about lackey/lackey
Files in lackey/lackey
Download lackey/lackey
More information about lackey/lackey
Files in lackey/lackey
Vendor lackey
Package lackey
Short Description Task runner for PHP
License MIT
Homepage http://github.com/yaworsw/lackey
Package lackey
Short Description Task runner for PHP
License MIT
Homepage http://github.com/yaworsw/lackey
Please rate this library. Is it a good library?
Informations about the package lackey
Lackey
PHP task runner
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.
All versions of lackey with dependencies
PHP Build Version
Package Version
The package lackey/lackey contains the following files
Loading the files please wait ....