Plugin template

Suggest, post, or discuss plugins for Deluge
Post Reply
Ermite28
New User
New User
Posts: 1
Joined: Sun Apr 03, 2022 5:52 am

Plugin template

Post 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 :)
Post Reply