chi-teck/drupal-code-generator

Drupal代码生成器

4.0.0 2024-07-05 17:47 UTC

README

Tests Total Downloads Minimum PHP Version

Drupal的命令行代码生成器。

安装

composer require chi-teck/drupal-code-generator --dev

可选地,为DCG可执行文件生成shell完成。

./vendor/bin/dcg completion bash >> ~/.bash_completion

用法

# Display navigation.
./vendor/bin/dcg

# Call generator directly.
./vendor/bin/dcg plugin:field:widget

# Generate code non-interactively.
./vendor/bin/dcg config-form -a Example -a example -a SettingsForm -a No

兼容性

许可

GNU通用公共许可证,版本2或更高版本。