aboutsummaryrefslogtreecommitdiff
path: root/justfile
blob: 47df590bc6c465c135d25b6a09af2fb0d6dfda30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
sketch name *args:
  cd sketches/{{name}} && {{args}}

s1: (sketch "01" "live-server" "--port=3000" "--no-browser" ".")
s2: (sketch "02" "glslViewer" "newton.frag")


# week1:
#   npx nodemon -e ua -x 'clear && just sketch week1 uiua run --no-format'