Skip to content

cacciaresi/cookiecutter-tutor-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Tutor plugin cookiecutter 🍪

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.

Requirements

pip install cookiecutter

Usage

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!

License

This software is licensed under the terms of the AGPLv3.

About

Cookiecutter for tutor plugins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%