References
References allow the usage of other tasks defined in other build files. They can be used to split up different tasks into separate files.
references:
foo: project/footasks:
example:
cmds:
- echo "foo bar"hammerkit foo:exampleLast updated