By ardnet on
Hi all, I was just wondering is there any command line (Drush command maybe?) to generate template for custom module?
So file like .install, .module, and .info already been generated automatically along with some predefined code (or with some standard hooks like: hook_menu or hook_block) in it?
Why? because sometimes it's kinda tiring to create those files manually, as I also often created custom modules.
Probably similar like what Zend Framework does when creating for Views, Model and Controller.
Thanks
Comments
_
http://drupal.org/project/module_builder
Wow, thanks WorldFallz, I'll
Wow, thanks WorldFallz, I'll definitely give it a try with this.
Thanks a lot.