Page 1 of 1

Plugin template

Posted: Sun Apr 03, 2022 8:02 am
by Ermite28
Hey,

Yesterday I create a cookiecutter template to create a deluge plugin boilerplate. In my opinion it is more user friendly to use that the create-plugin.py script provided by the documentation.

You can view the source in github here.

Use it is very easy:
1) Make sure cookiecutter is installed:

Code: Select all

pip install -U cookiecutter
2) Launch the command and answer the questions :

Code: Select all

cookiecutter https://github.com/Ermite28/deluge_plugin_template
You have now ready to develop a amazing plugin !

I don't know if it can be useful but i wanted to share this with you :)