aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-10-28 12:10:23 +0530
committerAkshay Nair <phenax5@gmail.com>2023-10-28 12:16:13 +0530
commit95eae658a4845f86e1b6b2c16387a41dd36f9d42 (patch)
treebc68b234232d489b011401cabb8722026e348d46 /justfile
parent4182ea370f302bf58347da1ebdce535f07675b8f (diff)
downloadcreative-coding-playground-95eae658a4845f86e1b6b2c16387a41dd36f9d42.tar.gz
creative-coding-playground-95eae658a4845f86e1b6b2c16387a41dd36f9d42.zip
chore: adds prettier eslint
Diffstat (limited to 'justfile')
-rw-r--r--justfile7
1 files changed, 5 insertions, 2 deletions
diff --git a/justfile b/justfile
index f490618..078089c 100644
--- a/justfile
+++ b/justfile
@@ -1,2 +1,5 @@
-sketch name:
- cd sketches/{{name}} && just run
+sketch name *args:
+ cd sketches/{{name}} && {{args}}
+
+newton-p5: (sketch "newton-p5" "npx" "live-server" "--port=3000" "--no-browser" ".")
+