https://notnmeyer.github.io/tsk-docs/docs/installation
tl;dr, brew install notnmeyer/tsk/tsk
$ cat tasks.toml
[tasks.hello_world]
cmds = ["echo Hello World!"]
$ tsk hello_world
Hello World!
see examples/tasks.toml
for complete usage and configuration reference.
https://notnmeyer.github.io/tsk-docs/
tag a new release with, env version=0.0.0 tsk release
, and let GHA do it its thing.