The Drupal 6 Module Creator

I've re-factored the Drupal 6 module creator that I used to have on my website. It's been down since I changed hosting accounts and finally got a chance to finish it. Even though I'm using more Drupal 7 now than Drupal 6, it's still going to be useful to have around anytime I (or you!) need to make a module.

It's pretty specific to Drupal 6 developers; it builds the module files for us based on the hooks chosen. The code from these hooks is inserted into the module file, renaming the functions with your chosen name. The files include code comments according to Drupal coding standards.

Click here to go to the Drupal 6 module creator.

Please! Leave your comments here if you have any!

Category