diff --git a/README.md b/README.md index 5dab67a..bbbd19a 100644 --- a/README.md +++ b/README.md @@ -359,6 +359,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [bats](https://github.com/bats-core/bats-core) - Bash Automated Testing System * [crash](https://github.com/molovo/crash) - Proper error handling, exceptions and try/catch for ZSH * [critic.sh](https://github.com/Checksum/critic.sh) - Dead simple testing framework for Bash with coverage reporting +* [esh](https://github.com/jirutka/esh) - A simple templating engine based on shell, implemented in ~290 lines of POSIX shell and awk. * [Fishtape](https://github.com/jorgebucaran/fishtape) - TAP producer and test harness for fish * [composure](https://github.com/erichs/composure) - Compose, document, version and organize your shell functions * [dispatch](https://github.com/Mosai/workshop/blob/master/doc/dispatch.md) - A command line argument parser in 50 lines of portable shell script.