I am developing a module generator for personal use. Does this have any place in core?
If so, what type of skeleton structure would you like to see? I have this at the moment.
modules
- modulename
-- classes
--- controller
---- modulename.php (extends Controller_Template, has a before action to load config and an action_index method)
--- model
--- view
-- config
--- config.php (namespaced)
-- views
--- index.php