My team does a lot of bash scripting as part of our development tools, and TML looks really interesting. We currently have custom echo_<color> commands duplicated across several repositories, and it would be great if we could drop those.
I think the two things that we would need to roll TML out across several repos would be:
A maintained Homebrew package so our team could locally run brew install tml.
A maintained Debian package so we could install the tool inside of our Docker images.
Would you be open to adding those things to this repository? We could contribute if that would be helpful.
My team does a lot of bash scripting as part of our development tools, and TML looks really interesting. We currently have custom
echo_<color>
commands duplicated across several repositories, and it would be great if we could drop those.I think the two things that we would need to roll TML out across several repos would be:
brew install tml
.Would you be open to adding those things to this repository? We could contribute if that would be helpful.