A scaffolding tool for generating new modules for Drupal 7 and (soon) 8.
Find a file
2020-02-09 20:54:52 +00:00
bin Add a readable module name 2020-02-09 19:16:57 +00:00
fixtures/drupal7_module Generate a new test case 2020-02-09 18:51:20 +00:00
src Update properties 2020-02-09 20:54:52 +00:00
tests Add a readable module name 2020-02-09 19:16:57 +00:00
.gitignore Add composer.json 2020-02-09 18:51:19 +00:00
composer.json Refactor, use a Collection 2020-02-09 18:51:20 +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