123/myapp/makefile
2025-02-01 15:57:22 +08:00

9 lines
120 B
Makefile
Executable file

init:
pip install -r requirements.txt
lint:
python -m flake8 .
format:
black .
make lint
serve:
python craft serve