A command line code generator for Drupal.
- Download the latest stable release of the code generator.
- Make the file executable.
- Move it to a directory that is part of your
PATH
.
Installation using Composer is also supported.
Simply repeat installation commands.
# Display navigation.
dcg
# Call generator directly.
dcg plugin:field:widget
# Generate code non-interactively.
dcg config-form -a Example -a example -a SettingsForm -a No
DCG | PHP | Symfony | Twig | Drupal | Drush |
---|---|---|---|---|---|
1 | 7.1+ | 3, 4 | 1, 2 | 7, 8 | 9+ |
2 | 7.3+ | 4, 5 | 2, 3 | 7, 9 |
GNU General Public License, version 2 or later.