# README

Task
Task is a task runner / build tool that aims to be simpler and easier to use than, for example, GNU Make.
See taskfile.dev for the documentation.
# Functions
InitTaskfile Taskfile creates a new Taskfile.
# Constants
MaximumTaskCall is the max number of times a task can be called.
# Variables
ErrPreconditionFailed is returned when a precondition fails.
ErrTaskfileAlreadyExists is returned on creating a Taskfile if one already exists.
# Structs
Executor executes a Taskfile.
MaximumTaskCallExceededError is returned when a task is called too many times.