From 03f96bcd2afb72dc5fc4674d8a70d7cabd78bec1 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Fri, 11 Jul 2025 07:08:42 -0400 Subject: initial commit --- justfile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 justfile (limited to 'justfile') diff --git a/justfile b/justfile new file mode 100644 index 0000000..e108534 --- /dev/null +++ b/justfile @@ -0,0 +1,11 @@ +default: + echo "Available recipes: build, test, clean" + +build: + rm -rf node_modules && .vscode/build.sh + +test: + scp "/Users/kurt/Developer/decky-plugin-template/out/lsfg-vk Installer.zip" deck@192.168.0.6:~/Desktop + +clean: + rm -rf node_modules dist \ No newline at end of file -- cgit v1.2.3