mirror of
https://github.com/tgorordo/smithy.git
synced 2026-06-05 16:22:15 -07:00
add marimo to justfile
This commit is contained in:
parent
4a624a4847
commit
174df7e572
1 changed files with 6 additions and 4 deletions
10
justfile
10
justfile
|
|
@ -4,6 +4,12 @@ list:
|
|||
run spreadsheet:
|
||||
uv run smithy {{spreadsheet}}
|
||||
|
||||
marimo:
|
||||
uv run marimo --edit
|
||||
|
||||
example:
|
||||
uv run python src/main.py test/test_ballot.csv
|
||||
|
||||
check:
|
||||
uv run pyright src
|
||||
|
||||
|
|
@ -13,13 +19,9 @@ test:
|
|||
format:
|
||||
uv run ruff format src test
|
||||
|
||||
example:
|
||||
uv run python src/main.py test/test_ballot.csv
|
||||
|
||||
compile:
|
||||
uv run pyinstaller --clean -F src/main.py --name smithy
|
||||
|
||||
|
||||
clean:
|
||||
uv run pyclean src test
|
||||
uv run ruff clean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue