aboutsummaryrefslogtreecommitdiff
path: root/justfile
blob: 1cc91cf24de783ed7c668297d3b7b4b8b47c25cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
alias gen := generate
alias fmt := format

generate target="client":
  rye run ariadne-codegen {{ target }}

run *arguments:
  rye run oguri {{ arguments }}

format:
  rye run yapf src/oguri --recursive --in-place --style yapf