This repository has been archived on 2024-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2022-09-28 20:01:51 -04:00
assets Initial commit 2022-07-24 19:15:35 +00:00
backend Add JSON manipulation action 2022-09-28 20:01:51 -04:00
defaults Initial commit 2022-07-24 19:15:35 +00:00
src Add JSON manipulation action 2022-09-28 20:01:51 -04:00
.gitignore Add Javascript execution support, fix minor routing bugs 2022-09-18 18:08:27 -04:00
caylon.json Add Javascript execution support, fix minor routing bugs 2022-09-18 18:08:27 -04:00
LICENSE Improve scalability and documentation 2022-09-12 21:08:50 -04:00
main.py Improve scalability and documentation 2022-09-12 21:08:50 -04:00
package.json Add JSON manipulation action 2022-09-28 20:01:51 -04:00
plugin.json Add Javascript execution support, fix minor routing bugs 2022-09-18 18:08:27 -04:00
pnpm-lock.yaml Initial commit 2022-07-24 19:15:35 +00:00
README.md Initial commit 2022-07-24 19:15:35 +00:00
rollup.config.js Initial commit 2022-07-24 19:15:35 +00:00
tsconfig.json Initial commit 2022-07-24 19:15:35 +00: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.