xmlsquad/xml-authoring-tools
Composer 安装命令:
composer require xmlsquad/xml-authoring-tools
包简介
PHP Console commands for managing xml files.
README 文档
README
A composer library of tools to help build and manage an xml-authoring-project.
In most cases you will run the tools in the context of an xml authoring project.
Prerequisites
- Git
- PHP
5.5.9+ - Composer installed globally
Using at xml-authoring-project
-
Put next lines at project's
composer.json:"config": { "bin-dir": "bin" }
-
Require tools library:
composer require xmlsquad/xml-authoring-tools
-
List available commands:
bin/console
Contribute
cd ~/ git clone https://github.com/xmlsquad/xml-authoring-tools.git cd xml-authoring-tools # Install composer install --dev # Make you own feature branch git checkout -b feature-XXX # Make changes with tests # ... # Make sure tests are passing vendor/bin/phpunit # Push your changes git push origin feature-XXX
Test
composer install --dev vendor/bin/phpunit
统计信息
- 总下载量: 31
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2018-06-25