Skip to content

RobinRadic/phing-tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

radic phing-tasks

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

About

Changelog generator, VendorBinExec, etc

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages