doc: Added plugin dev info

This commit is contained in:
Simeon Radivoev 2026-05-05 03:10:49 +03:00
parent 04e332d91e
commit 7029477392
Signed by: simeonradivoev
GPG key ID: 7611A451D2A5D37A
5 changed files with 14 additions and 2 deletions

View file

@ -104,6 +104,14 @@ But given it's an existing setup, say from emudeck it won't matter much as it's
- `bun run download:chromium` downloads degoogled chromium to use as the frontend
- `bun run download:nwjs` downloads NW.js to use as a frontend.
## Plugins
To create a plugin create a new npm project and install:
`bun i --peer @simeonradivoev/gameflow-sdk`
Then publish the package to npmjs with a tag `gameflow-plugin` to appear in the UI.
For more info check the [SDK README](./scripts/sdk/README.md)
### Tech Stack
- [Bun](https://bun.com/) for the backend