Collection of reusable Taskfile includes.
- mkdocs: local preview and doc generation
- kind: control a local development cluster
- pre-commit: local linting
- k8s: base commands for bootstrapping
Include this task collection in your Taskfile:
version: '3'
vars:
TASK_COLLECTION_BASE: https://raw.githubusercontent.com/nolte/taskfiles/main/src
includes:
mkdocs: "{{.TASK_COLLECTION_BASE}}/taskfile-include-mkdocs.yaml"
kind: "{{.TASK_COLLECTION_BASE}}/taskfile-include-kind.yaml"
pre-commit: "{{.TASK_COLLECTION_BASE}}/taskfile-include-pre-commit.yaml"
k8s: "{{.TASK_COLLECTION_BASE}}/taskfile-include-k8s.yaml"- go-task CLI
- Python virtual environments at
~/.venvs/docs(formkdocs:*tasks) and~/.venvs/development(forpre-commit:*tasks), as provisioned by nolte/workstation.
- nolte/workstation: workstation configuration.