mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +00:00
Document plugin cookiecutter
This commit is contained in:
parent
30df00bdf1
commit
85769715a4
@ -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.
|
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:
|
||||||
|
|
||||||
Existing plugins
|
Existing plugins
|
||||||
|
Loading…
Reference in New Issue
Block a user