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

# week1: (sketch "week-1" "uiua" "run" "--no-format")

week1: (sketch "week-1" "npx" "live-server" "--port=3000" "--no-browser" ".")

# week1-w:
#   npx nodemon -e ua -x 'clear && just week1'