aboutsummaryrefslogtreecommitdiff
path: root/justfile
blob: 078089c85ad33da2af0888c4627d55eee0237c6b (plain) (blame)
1
2
3
4
5
sketch name *args:
  cd sketches/{{name}} && {{args}}

newton-p5: (sketch "newton-p5" "npx" "live-server" "--port=3000" "--no-browser" ".")