Go to file
tza 61c7898068 Update plugin_template.py
Added hot_reload parameter and __main method
2022-04-04 18:30:38 +03:00
LICENSE Initial commit 2022-04-03 20:36:52 +02:00
README.md Added proper readme 2022-04-03 20:50:23 +02:00
plugin_template.py Update plugin_template.py 2022-04-04 18:30:38 +03:00

README.md

Plugin-Template

This is the template plugin for developing plugins for the SteamOS Plugin Loader.

Usage

  1. Click on the green Use this template button to create a new repository for your plugin
  2. Rename the plugin_template.py file to something unique
  3. Add your code to the plugin python file
  4. To use it, simply copy the file to the /home/deck/homebrew/plugins folder on your Steam Deck

License

This Template Project is under The Unlicense. You may license your own plugin under whatever license you prefer.