An open API service indexing awesome lists of open source software.

https://github.com/robinradic/phing-tasks

Changelog generator, VendorBinExec, etc
https://github.com/robinradic/phing-tasks

Last synced: 11 months ago
JSON representation

Changelog generator, VendorBinExec, etc

Awesome Lists containing this project

README

          

radic phing-tasks
=====================

Installation
------------

The preferred way of installation is through Composer. Add `radic/phing-tasks` as a dependency to
composer.json:

```javascript
{
"require": {
"radic/phing-tasks": "1.*"
}
}
```

Example
-------

Import the default build.xml to let Phing know about the tasks:

```xml

```

Or define the tasks on your own:

```xml


```

### License
Copyright 2014 Robin Radic

[MIT Licensed](http://radic.mit-license.org)