Module creator for Drupal 7

Hey, so if you’re working with Drupal 7, particularly doing module development, you might find yourself find-and-replacing on the same kind of boilerplate code to set up a new module every time.

Well, I got sick of it, so I made a quick little generator for boilerplate code for Drupal 7 module development.  You can run it from the command line, and it’ll get you down to the interesting stuff in no time.

As an added bonus, I’ve included another command line script you can use to generate form arrays that are compatible with the Drupal 7 Form API.

Give it a looksee over at Github.

If you make anything interesting with it, let me know!