Migrate bash scripts to package scripts. Update VSCode tasks to use package scripts. Use ssh key instead of password.

This commit is contained in:
Kim T 2025-10-10 21:41:05 -07:00
commit 14dfd8e8c2
9 changed files with 78 additions and 221 deletions

View file

@ -2,7 +2,6 @@ import {
ButtonItem,
PanelSection,
PanelSectionRow,
Navigation,
staticClasses
} from "@decky/ui";
import {
@ -98,7 +97,7 @@ export default definePlugin(() => {
return {
// The name shown in various decky menus
name: "Test Plugin",
name: "Example Plugin",
// The element displayed at the top of your plugin's menu
titleView: <div className={staticClasses.Title}>Decky Example Plugin</div>,
// The content of your plugin's menu