Skip to content

nolte/taskfiles

Repository files navigation

taskfiles

GitHub Project Stars GitHub Issue Tracking GitHub LatestRelease .github/workflows/build-static-tests.yaml .github/workflows/release-cd-deliver-docs.yml


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

Usage

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

Links