greencape/phing-tasks

A collection of Phing tasks, mainly for use in GreenCape/build.

Installs: 126

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/greencape/phing-tasks

0.1.0 2015-07-03 00:31 UTC

This package is auto-updated.

Last update: 2025-09-29 02:13:32 UTC


README

SensioLabsInsight Code Climate Test Coverage Latest Stable Version Build Status

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.