move cli script to reduce core package dependencies

This commit is contained in:
Thomas (Tom) C. Gorordo 2026-05-25 00:15:49 -07:00
parent 2138a0ea6b
commit 8b39991bcd
Signed by: tgorordo
GPG key ID: 0CBED22BB0D94490
11 changed files with 251 additions and 141 deletions

View file

@ -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