notnmeyer / tsk

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

template support #27

Closed notnmeyer closed 9 months ago

notnmeyer commented 1 year ago

i'd use go's text/template. but i'm not a huge fan of how task did it with separate vars and env fields. im not sure if its a good idea, but id be inclined to only derive the template vars from the env.

notnmeyer commented 1 year ago

https://github.com/notnmeyer/tsk/compare/feat/templated-tasks