123/myapp/makefile
2023-08-08 22:04:06 +00:00

9 lines
120 B
Makefile

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