mirror of
https://github.com/tgorordo/smithy.git
synced 2026-06-05 16:22:15 -07:00
some formatting and add cli compilation
This commit is contained in:
parent
8836c49091
commit
4a624a4847
9 changed files with 115 additions and 61 deletions
6
justfile
6
justfile
|
|
@ -13,8 +13,12 @@ test:
|
|||
format:
|
||||
uv run ruff format src test
|
||||
|
||||
example:
|
||||
uv run python src/main.py test/test_ballot.csv
|
||||
|
||||
compile:
|
||||
uv run pyinstaller src/main.py
|
||||
uv run pyinstaller --clean -F src/main.py --name smithy
|
||||
|
||||
|
||||
clean:
|
||||
uv run pyclean src test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue