Collection of reusable Taskfile.
- mkdocs, for local usage and generate the docs
- kind, for control local development cluster
- pre-commit, for local linting
- k8s, for base commands useful for bootstrapping
Include this task collection into your Taskfile
version: '3'
vars:
TASK_COLLECTION_BASE: https://raw.githubusercontent.com/nolte/taskfiles/feature/k8s-tasks/src
includes:
mkdocs: "{{.TASK_COLLECTION_BASE}}/taskfile-include-mkdocs.yaml"
pre-commit: "{{.TASK_COLLECTION_BASE}}/taskfile-include-pre-commit.yaml"
...
...
- nolte/workstation, for configure our Workstation.