/taskfiles

A library of Taskfiles for deployment and maintenance of bricksandblocks.net

Apache License 2.0Apache-2.0

taskfiles

A library of Taskfiles.

Usage

Git Submodule

A common way to use this is as a git submodule. In your repository simply initialize this repo as a submodule called .taskfiles and you can freely reference then in your repo's Taskfile.yml.

git submodule add https://github.com/frozenfoxx/taskfiles.git .taskfiles

You can now update with the latest version of the taskfiles by issuing the following the command:

task update

Alternatively, you can update with the following git command:

git submodule update --init --recursive

To change the target branch, modify the .gitmodules file in your repository and update branch to the desired branch.

Tasks

There are also some tasks available directly:

task