diff --git a/README.md b/README.md index f4819df..1580dc9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Drupal Module Generator +# Drupal Module Generator (dmg) A scaffolding tool for generating new modules for Drupal 7 and 8. diff --git a/app.php b/bin/dmg similarity index 86% rename from app.php rename to bin/dmg index 1b37bab..e6b1042 100644 --- a/app.php +++ b/bin/dmg @@ -1,3 +1,4 @@ +#!/usr/bin/env php