This is a cookiecutter for getting started with Tutor plugins. It will generate a base scaffold for an empty tutor plugin that does, well, nothing.
pip install cookiecutter
cookiecutter https://github.com/overhangio/cookiecutter-tutor-plugin.git
Once you have generated your plugin, you can start using it right away (even if it won't do any anything):
pip install -e ./tutor-myplugin tutor plugins list # your plugin should appear here tutor plugins enable myplugin # hack at it!
This software is licensed under the terms of the AGPLv3.