Closed (works as designed)
Project:
Modmaker
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Oct 2011 at 15:21 UTC
Updated:
4 Oct 2011 at 10:47 UTC
See http://drupal.org/project/module_builder - it sounds pretty similar
Comments
Comment #1
lucsan commentedWhile these two modules perform the same function, creating module scaffolding, thye provide two different approaches. modmaker does not itegrate with Drush. Modmaker uses a powerful templating system allowing developers to keep a record, and build module skeletons, with chunks of their own favorite code.
The supplied templates (Drupal 7 atm) create a working module which demonstraites many popular tasks and acts as an aid-de-memoire. The basic principle is its quicker and easier to delete code, than to research and create it, so the textfield in the simple form has almost all its atrributes included (though some are commented out), the developer need only delete the attributes they do not want.
Comment #2
lucsan commented