diff --git a/README.md b/README.md new file mode 100644 index 0000000..0c3c332 --- /dev/null +++ b/README.md @@ -0,0 +1,96 @@ + +# Template Engine + +A shell script template engine for generating scripts that render HTML markup, +or anything really. + +## Examples + +```html +$ #!/bin/sh +$ title='My Restaurant Randomizer'; + + + + <% $title %> + + +

Welcome to <% $title %>

+

From the following restaurants:

+