Hello @jirutka
I found your project via a search for a means to add some basic templating using nothing but Bash. I love this project so much. It just works so perfectly for my needs.
With that, I made a pre-commit hook that will locate any ESH template that ends with a .esh extension in a repository and render it using test_cases using Front Matter at the top of the templates using ESH comments.
It will then optionally run the generated templates through Shellcheck
I am opening this issue just to make you aware of the pre-commit hook and possibly get your feedback on it.
https://github.com/RobertDeRose/esh-template-check/
Thanks again!
Hello @jirutka
I found your project via a search for a means to add some basic templating using nothing but Bash. I love this project so much. It just works so perfectly for my needs.
With that, I made a pre-commit hook that will locate any ESH template that ends with a
.eshextension in a repository and render it using test_cases using Front Matter at the top of the templates using ESH comments.It will then optionally run the generated templates through Shellcheck
I am opening this issue just to make you aware of the pre-commit hook and possibly get your feedback on it.
https://github.com/RobertDeRose/esh-template-check/
Thanks again!