A library of Taskfiles.
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.
There are also some tasks available directly:
task