mglaman/phpci-drush
Composer 安装命令:
composer require mglaman/phpci-drush
包简介
Adds Drush to PHPCI
README 文档
README
Drush plugin for PHPCI
Usage
Add to PHPCI
Add the package to your PHPCI's composer required projects.
composer require mglaman/phpci-drush
Use in projects
Output the current Drush version.
\mglaman\PhpciPlugins\DrushPlugin:
command: "version"
Enable specific modules.
\mglaman\PhpciPlugins\DrushPlugin:
command: "pm-enable"
arguments:
- "ctools"
- "panels"
- "page_manager"
options:
- "yes"
Run a makefile.
\mglaman\PhpciPlugins\DrushPlugin:
command: "make"
arguments:
- "drupal-org.make.yml"
options:
- "verbose"
- "no-cache"
- "no-core"
- "contrib-destination=."
- "yes"
统计信息
- 总下载量: 24
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-04-22