123/myapp/makefile

10 lines
120 B
Makefile
Raw Normal View History

2023-08-08 22:04:06 +00:00
init:
pip install -r requirements.txt
lint:
python -m flake8 .
format:
black .
make lint
serve:
python craft serve