metadrop / drupal-artifact-builder
此包的最新版本(1.7.0)没有可用的许可信息。
生成 Drupal 艺术品的辅助工具
1.7.0
2024-09-10 06:49 UTC
Requires
- symfony/console: ^4 || ^5 || ^6
- symfony/process: ^4 || ^5 || ^6
This package is auto-updated.
Last update: 2024-09-10 06:50:28 UTC
README
帮助生成 Drupal 的艺术品
安装
composer require metadrop/drupal-artifact-builder
用法
构建艺术品并将更改推送到 git
drupal-artifact-builder --repository git@example.com:example/example.git
仅生成艺术品
drupal-artifact-builder create
仅跟踪 git 中的更改(需要在生成艺术品之前进行)
drupal-artifact-builder git --repository git@example.com:example/example.git
参数
- extra-paths: 允许添加更多路径到艺术品。
drupal-artifact-builder --repository git@example.com:example/example.git --extra-paths=oauth.json,mycustomapp