A scaffolding tool for generating new modules for Drupal 7 and (soon) 8.
Find a file
2020-02-09 21:38:57 +00:00
bin Search for autoload.php in different locations 2020-02-09 21:29:35 +00:00
fixtures/drupal7_module Change the description string 2020-02-09 21:38:57 +00:00
src Mark classes as final 2020-02-09 21:29:35 +00:00
tests Change the description string 2020-02-09 21:38:57 +00:00
.gitignore Add composer.json 2020-02-09 18:51:19 +00:00
composer.json Support multiple versions of Symfony packages 2020-02-09 21:26:37 +00:00
composer.lock Refactor, use a Collection 2020-02-09 18:51:20 +00:00
phpunit.xml Ensure that the directory doesn't already exist 2020-02-09 18:51:19 +00:00
README.md Rename app.php to bin/dmg 2020-02-09 19:06:34 +00:00

Drupal Module Generator (dmg)

A scaffolding tool for generating new modules for Drupal 7 and 8.

Usage

TODO