greencape / phing-tasks
A collection of Phing tasks, mainly for use in GreenCape/build.
0.1.0
2015-07-03 00:31 UTC
Requires
- phing/phing: ~2.9
Requires (Dev)
- codeclimate/php-test-reporter: dev-master
- phpunit/phpunit: ~4
This package is auto-updated.
Last update: 2024-10-29 04:31:03 UTC
README
A collection of Phing tasks, mainly for use in GreenCape/build
Installation
Use Composer to install the Phing tasks
$ composer require [--dev] "greencape/phing-tasks":"*"
To import the tasks into your installation, add
<taskdef file="${project.basedir}/vendor/greencape/phing-tasks/tasks.properties"/>
to your build.xml
.
Usage
Type
$ .vendor/bin/phing -l
for the list of available targets, or
$ .vendor/bin/phing help
to get some additional info.
Documentation
The documentation is located in the docs
directory. You can view the documentation online.