You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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!
The text was updated successfully, but these errors were encountered: