A scaffolding tool for generating new modules for Drupal 7 and (soon) 8.
Find a file
2020-02-09 18:51:20 +00:00
fixtures/drupal7_module Generate a .info file 2020-02-09 18:51:20 +00:00
src Generate a .info file 2020-02-09 18:51:20 +00:00
tests/Command Generate a .info file 2020-02-09 18:51:20 +00:00
.gitignore Add composer.json 2020-02-09 18:51:19 +00:00
app.php Generate a .info file 2020-02-09 18:51:20 +00:00
composer.json Generate a .info file 2020-02-09 18:51:20 +00:00
composer.lock Generate a .info file 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 Create README.md 2020-02-09 18:51:19 +00:00

Drupal Module Generator

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

Usage

TODO