See http://drupal.org/project/module_builder - it sounds pretty similar

Comments

lucsan’s picture

While 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.

lucsan’s picture

Status: Active » Closed (works as designed)