From 85769715a4f564c3721ac41433677c4ac2a7ee87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Thu, 24 Oct 2019 20:27:51 +0200 Subject: [PATCH] Document plugin cookiecutter --- docs/plugins.rst | 9 +++++++++ 1 file changed, 9 insertions(+) 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