lackey
Initial release
PHP task runner
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
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.