kasperg/phing-github
最新稳定版本:0.2.0
Composer 安装命令:
composer require kasperg/phing-github
包简介
Phing tasts for working with GitHub
README 文档
README
Phing tasks for working with GitHub.
Currently supported:
- Creating releases
- Creating release assets
Pull requests with new tasks (updating releases, creating and closing pull requests etc.) are very welcome.
Usage
- Add
kasperg/phing-githubtorequiresincomposer.json - Define task using
<taskdef/> - Use the task
See example.build.xml for how this can be done.
Extend
- Implement tasks which subclass
PhingGitHub\GitHubTask - Access GitHub client class using
$this->client - Call
$this->authenticate()to support authentication - Update example.build.xml
统计信息
- 总下载量: 9.46k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 0
- 依赖项目数: 6
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-11-21