Categorygithub.com/siggimoo/task/v3
modulepackage
3.12.2
Repository: https://github.com/siggimoo/task.git
Documentation: pkg.go.dev

# 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.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# 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.