mirror of
https://github.com/tgorordo/smithy.git
synced 2026-06-05 16:22:15 -07:00
move cli script to reduce core package dependencies
This commit is contained in:
parent
2138a0ea6b
commit
8b39991bcd
11 changed files with 251 additions and 141 deletions
6
justfile
6
justfile
|
|
@ -1,8 +1,8 @@
|
|||
list:
|
||||
just --list --unsorted
|
||||
|
||||
run spreadsheet:
|
||||
uv run smithy {{spreadsheet}}
|
||||
run *args:
|
||||
uv run src/smithycmd.py {{args}}
|
||||
|
||||
marimo:
|
||||
uv run marimo --edit
|
||||
|
|
@ -25,7 +25,7 @@ compile:
|
|||
clean:
|
||||
uv run pyclean src test
|
||||
uv run ruff clean
|
||||
rm -rf main.spec cli.spec build dist .pytest_cache .hypothesis .benchmarks __marimo__
|
||||
rm -rf smithy.spec build dist .pytest_cache .hypothesis .benchmarks __marimo__
|
||||
|
||||
wipe:
|
||||
just clean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue