hmaus/drafter-installer
最新稳定版本:v1.0.1
Composer 安装命令:
composer require hmaus/drafter-installer
包简介
Install drafter in your php project with ease
README 文档
README
Install drafter in your php project with ease.
Installation
The recommended way to install drafter-installer is composer:
composer require hmaus/drafter-installer
Add config to extra:
Pass the tag of drafter to install
"extra": { "drafter-installer-tag": "v3.2.7" }
Add it to scripts:
"scripts": { "install-drafter": "Hmaus\\Drafter\\Installer::installDrafter" }
You may also consider adding a reference to your update and install hooks:
"scripts": { "post-install-cmd": [ "@install-drafter" ], "post-update-cmd": [ "@install-drafter" ] }
统计信息
- 总下载量: 70.81k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 0
- 依赖项目数: 5
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-09-20