cookiecutter https://github.com/ghandic/hobnob
cd <project_name>
docker-compose up --build -d
docker exec -it <project_name> bash
poe init
- Linting (auto fixes most things)
- Safety checking
- Type annotation checking
- Gitmoji - adds useful emojis to commit messages 😊
poe clean
- Cleans the project of old cache filespoe test
- Runs the full unit test suite with coveragepoe lint
- Runs the linting on the full project and auto fixes most thingspoe docs
- Serves mkdocs on http://0.0.0.0:8000poe init
- Used when first initializing a repo, sets up precommit hooks etc.