Omeka S Module Template for Developers

Hi all,

I’ve published a new Module Template for Omeka S developers.
It provides a ready-to-use structure and tools to speed up module development:

:white_check_mark: GitHub Actions pipeline that packages the module automatically
:white_check_mark: Quick setup with make up – spins up an Omeka S site, creates a user, installs the module
:white_check_mark: Run tests with make test and lint code with make lint
:white_check_mark: Includes Docker-based dev stack, sample data import, i18n utilities, and packaging helpers

The idea is to give developers a clean starting point with all the common tasks automated.

:package: GitHub Repository: https://github.com/ateeducacion/omeka-s-ModuleTemplate

Feedback and suggestions are very welcome!

Cheers,
Ernesto

5 Likes