MTShop/code/vendor/chi-teck/drupal-code-generator
Gdilove c391965547 update config 2023-11-17 01:10:57 +08:00
..
.github update config 2023-11-17 01:10:57 +08:00
bin update config 2023-11-17 01:10:57 +08:00
resources update config 2023-11-17 01:10:57 +08:00
src update config 2023-11-17 01:10:57 +08:00
templates update config 2023-11-17 01:10:57 +08:00
LICENSE.txt update config 2023-11-17 01:10:57 +08:00
README.md update config 2023-11-17 01:10:57 +08:00
composer.json update config 2023-11-17 01:10:57 +08:00

README.md

Drupal Code Generator

Tests Total Downloads Minimum PHP Version

A command line code generator for Drupal.

Installation

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

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

DCG PHP Symfony Twig Drupal Drush
1 7.1+ 3, 4 1, 2 7, 8 9, 10
2 7.4+ 4, 5 2, 3 7, 9 11+

License

GNU General Public License, version 2 or later.