6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-09-19 16:09:02 +00:00

Document plugin cookiecutter

This commit is contained in:
Régis Behmo 2019-10-24 20:27:51 +02:00
parent 30df00bdf1
commit 85769715a4

View File

@ -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 <https://github.com/overhangio/cookiecutter-tutor-plugin>`__::
pip install cookiecutter
cookiecutter https://github.com/overhangio/cookiecutter-tutor-plugin.git
.. _existing_plugins:
Existing plugins