
| Current Path : /var/www/html/rocksensor2/vendor/chi-teck/drupal-code-generator/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/rocksensor2/vendor/chi-teck/drupal-code-generator/README.md |
# Drupal Code Generator [](https://github.com/Chi-teck/drupal-code-generator/actions?query=workflow%3ATests) [](//packagist.org/packages/chi-teck/drupal-code-generator) [](https://php.net/) 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 ```shell # 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 - 7.4|3, 4|1, 2|7, 8|9, 10 2|7.4+|4, 5|2, 3|7, 9|11 3|8.1+|6|3|10|12 ## License GNU General Public License, version 2 or later.