previousnext / phing-drush
A library Drush targets for Phing.
Installs: 2 252
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 6
Forks: 0
Open Issues: 0
Requires
- drush/drush: 6.*
This package is not auto-updated.
Last update: 2021-02-01 09:35:43 UTC
README
Overview
A library of Drush targets for Phing.
Installation
This project can be checked out with Composer.
require: "previousnext/phing-drush": "*"
If you are already running a Phing build in an existing project why not include these tasks as well with the following line in your build.xml:
<import file="vendor/previousnext/phing-drush/build.xml" optional="true" />
<import file="vendor/previousnext/phing-drush/build.cache.xml" optional="true" />
<import file="vendor/previousnext/phing-drush/build.cron.xml" optional="true" />
....
We also provide some template files that should be added (and updated) to the root of the project. These files are:
- example.aliases.drushrc.php
Usage
To get a list of tasks.
phing -l