Document usability workflow and add acceptance tests
This commit is contained in:
parent
706d9e2da7
commit
ba9cb97720
3 changed files with 45 additions and 2 deletions
7
Makefile
7
Makefile
|
|
@ -1,9 +1,12 @@
|
|||
CONFIG := $(HOME)/.config/aman/config.json
|
||||
|
||||
.PHONY: run install sync test check
|
||||
.PHONY: run doctor install sync test check
|
||||
|
||||
run:
|
||||
uv run python3 src/aman.py --config $(CONFIG)
|
||||
uv run python3 src/aman.py run --config $(CONFIG)
|
||||
|
||||
doctor:
|
||||
uv run python3 src/aman.py doctor --config $(CONFIG)
|
||||
|
||||
sync:
|
||||
uv sync
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue