Bash: Poor mans code generation
When it comes to generating code, I often find that the simplest code generation
only needs variable replacement. There’s a cli utility that already facilitates
this with environment variables, named envsubst,
part of the gettext
suite of tools.