This project is not covered by Drupal’s security advisory policy.

This is a collection of developer tools that will autogenerate code for faster module development.

The module was borne out of having to write hundreds of lines of code to enable table definitions
for views 2. So the first tool was for generating modules with views definitions.
To avoid confusion - this is not about making views - it is about generating the code that will expose
tables to the views 2 api, so you can use them in your views.

Current modules types supported:

  • Views 2 module
  • Trigger module
  • Block module
  • Generic module (selection of hooks to auto implement - stilll rather limited)

DISCLAIMER:
This is a development tool, that means:
Do not install on production environments - I am not aware of any security issues, but no work will
be performed to avoid them either.

USAGE:

  1. Install the module
  2. Navigate to admin/code_gen
  3. Choose the type of module to generate
  4. Generate your code
  5. Navigate to your files folder (eg. sites/default/files) and find your autogenerated module
  6. Modify the autogenerated code to serve you needs
  7. Move autogenerated folder to sites/all/modules
  8. Install the new module

SHARE:
I will be working on stuff that I need or find either funny or interesting, if you find that
you write the same code over and over again, and have an idea of how it could be auto generated
feel free to join this project.

Project information

Releases