No description
assets | ||
backend | ||
defaults | ||
src | ||
.gitignore | ||
build-debug.sh | ||
build.sh | ||
caylon.json | ||
LICENSE | ||
main.py | ||
package.json | ||
plugin.json | ||
pnpm-lock.yaml | ||
README.md | ||
rollup.config.js | ||
tsconfig.json |
Caylon
Custom widgets for simple tasks.
Adapted from a template for using decky-frontend-lib in a Decky Loader plugin.
PluginLoader Discord
Developers
Dependencies
This project relies on npm
and rustup
.
For building on another Linux PC, Rust toolchain x86_64-unknown-linux-musl
must also be installed.
Getting Started
- Clone the repository to use as an example for making your plugin.
- In your clone of the repository run these commands to build the front-end:
npm install
npm run build
- From
backend/
, Run./build.sh
to build the back-end.
Distribution
IDK, maybe a bit of custom spins as well as a barebones offering from me