New documentation site for Module Builder on github pages: https://drupal-code-builder.github.io/module-builder-docs/ #Drupal
Home

Module Builder# Module Builder is a Drupal module which creates code for Drupal modules. Module Builder provides an interface in your Drupal site’s admin area, which guides you through a series of forms to set the components for your module and their options, and then write the code files. You can write a new module from scratch, or add components to an existing module. The options for your module are stored in Drupal configuration, as a config entity, so you can return to your module’s options and add or change things, and then re-generate the updated parts of the code.

Module Builder