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
- Host: GitHub
- URL: https://github.com/robinradic/phing-tasks
- Owner: RobinRadic
- License: mit
- Created: 2015-02-10T23:06:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-11T05:16:19.000Z (over 11 years ago)
- Last Synced: 2025-01-16T07:57:59.714Z (over 1 year ago)
- Language: PHP
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)