Skip to content

Overview

This Taskfile defines automation tasks to simplify development workflows and ensure consistency across environments.

It abstracts repetitive shell commands into named tasks you can run with:

task <task-name> # runs a task

You can list all available tasks with:

task --list-all

For detailed details about taskfile use:


📬 Contact

Questions or issues with GitFlow setup? Reach out via GitHub Issues or email at your.email@example.com.