notnmeyer / tsk

A really, really simple task runner. Single binary, TOML task format.
MIT License
4 stars 0 forks source link

import remote tasks #88

Open notnmeyer opened 4 weeks ago

notnmeyer commented 4 weeks ago
[tasks.import]
name = "common-tasks"
git = "notnmeyer/tsk-common@main"

tsk common-tasks:whatever