radic/phing-tasks

Changelog generator, VendorBinExec, etc

1.0.0 2015-02-11 00:26 UTC

This package is not auto-updated.

Last update: 2024-04-17 04:00:46 UTC


README

Installation

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

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

Example

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

    <import file="vendor/radic/phing-tasks/build.xml" />

Or define the tasks on your own:

     <taskdef name="changelog" classname="vendor/radic/phing-tasks/ChangelogTask" />
     <taskdef name="bin" classname="vendor/radic/phing-tasks/BinTask" />

License

Copyright 2014 Robin Radic

MIT Licensed