Find a file
2022-06-14 15:01:10 -07:00
.vscode This is broken but new job awaits 2022-06-14 15:01:10 -07:00
assets Added support for static assets 2022-05-25 21:34:31 +02:00
src showModal->showContextMenu 2022-06-01 17:46:56 -04:00
.gitignore Added support for static assets 2022-05-25 21:34:31 +02:00
main.py Initial commit 2022-04-23 00:42:11 +02:00
package.json Add README, tasks, moved to pnpm and added an ignore for react (#3) 2022-06-14 16:38:29 -04:00
plugin.json Added support for static assets 2022-05-25 21:34:31 +02:00
pnpm-lock.yaml Add README, tasks, moved to pnpm and added an ignore for react (#3) 2022-06-14 16:38:29 -04:00
README.md Add README, tasks, moved to pnpm and added an ignore for react (#3) 2022-06-14 16:38:29 -04:00
rollup.config.js Added support for static assets 2022-05-25 21:34:31 +02:00
tsconfig.json actually fix react 2022-05-28 21:50:24 -04:00

React-Frontend Plugin Template

Reference example for using decky-frontend-lib in a PluginLoader plugin.

PluginLoader Discord Chat

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

Getting Started

  1. Clone the repository to use as an example for making your plugin.
  2. In your clone of the repository run these commands:
    1. pnpm i
    2. pnpm run build
  3. You should do this every time you make changes to your plugin.

Note: If you are recieveing build errors due to an out of date library, you should run this command inside of your repository:

pnpm update decky-frontend-lib --latest

Distribution

WIP. Check back in later.