This is a copier template for creating markata plugins that is built into the markata base cli.
Using with the the markata base_cli.
markata new plugin
# if paired with `markata new blog` it will be pre-filled wtih everything except the plugin name
Using straight with copier.
copier copy git+https://github.com/WaylonWalker/markata-plugin-template .
A plugin at
<python_package_import_name>/plguins/<python_plugin_import_name>.py
that
contains a hook into every markata
lifecycle method. You can strip out the
ones that you don't need.