diff --git a/docs/plugins.rst b/docs/plugins.rst index cd49c95..4b5c4c6 100644 --- a/docs/plugins.rst +++ b/docs/plugins.rst @@ -175,6 +175,15 @@ Example:: With the above declaration, you can store plugin-specific templates in the ``templates/myplugin`` folder next to the ``plugin.py`` file. +Creating a new plugin +--------------------- + +Creating a new plugin for Tutor is not so hard! You can get started with the `tutor plugin cookiecutter `__:: + + pip install cookiecutter + cookiecutter https://github.com/overhangio/cookiecutter-tutor-plugin.git + + .. _existing_plugins: Existing plugins