1
0
mirror of https://github.com/go-task/task.git synced 2025-11-23 22:24:45 +02:00

docs: add reference to slim-sprig in the templating page (#2472)

This commit is contained in:
Libor Mořkovský
2025-11-02 17:21:17 +01:00
committed by GitHub
parent 6a7cfa58f9
commit 7c93ea8b44

View File

@@ -11,7 +11,8 @@ outline: deep
Task's templating engine uses Go's Task's templating engine uses Go's
[text/template](https://pkg.go.dev/text/template) package to interpolate values. [text/template](https://pkg.go.dev/text/template) package to interpolate values.
This reference covers the main features and all available functions for creating This reference covers the main features and all available functions for creating
dynamic Taskfiles. dynamic Taskfiles. Most of the provided functions come from the
[slim-sprig](https://sprig.taskfile.dev/) library.
## Basic Usage ## Basic Usage