The Meltano extension developer kit is the fastest way to build custom Meltano extensions. If you're looking to build a custom extractor, loader, or tap then the SDK is actually what you're looking for.
This repo ships with a copier based template to help developers get and new extension using the Meltano EDK up and running quickly.
Install copier:
pipx install copier
Start a new EDK project using the supplied template (directly from Github):
copier copy gh:meltano/edk my-new-extension
Install the project dependencies:
cd my-new-extension
poetry install
For detailed instructions on developing Meltano EDK extensions, see the Meltano EDK documentation and review the Work-In-Progress Specification.
For working examples of Meltano EDK extensions, see: