Drupal Code Generator

May 21, 2024 ยท View on GitHub

Tests Total Downloads Minimum PHP Version

A command line code generator for Drupal.

Installation

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

Optionally, generate shell completions for DCG executable.

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

Usage

# 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

Compatibility

DCGPHPSymfonyTwigDrupalDrush
17.1 - 7.43, 41, 27, 89, 10
27.4+4, 52, 37, 911
38.1+631012
48.3+731113

License

GNU General Public License, version 2 or later.