Creating new EPT modules

05/03/2024, by Ivan

Easiest way to create a new EPT module is Drush command (for Drush 12+). To use this command, you need to enable EPT Core Starterkit module:

EPT Starterkit

After that generator EPT modules will be available:

drush generate ept:module

Start machine name with ept_* prefix, it's required for working all EPT modules.

EPT module generator

You can also use EPT Starterkit in EPT Core modules folder. Just rename all ePt_starterkit in files with machine name of your new EPT module.

https://www.drupal.org/project/ept_core

Or copy EPT Text module and replace machine name there.

https://www.drupal.org/project/ept_text

Because, it's simplest EPT module and it contains all basic EPT settings. 

Creating the EPT module step by step

(Some screenshots may be from the EBT countdown module)