mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-12-03 04:18:08 -06:00
No description
| .vscode | ||
| assets | ||
| src | ||
| .gitignore | ||
| main.py | ||
| package.json | ||
| plugin.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| rollup.config.js | ||
| tsconfig.json | ||
React-Frontend Plugin Template
Reference example for using decky-frontend-lib in a PluginLoader plugin.
PluginLoader Discord 
Developers
Dependencies
This template relies on the user having pnpm installed on their system.
This can be downloaded from npm itself which is recommended.
Linux
sudo npm i -g pnpm
Installation
- Clone the repository to use as an example for making your plugin.
- In your clone of the repository run these commands:
pnpm i- (Optional, needed to solve build errors)
pnpm update decky-frontend-lib --latest
pnpm run build
- You should do this every time you make changes to your plugin.
Distribution
WIP. Check back in later.