Tiny interactive template generator using go text/template.
$ cat template.tpl
Hello {{ input "name"}} !!
You can select {{ file }}.
$ tpl -f template.tpl
> name: John Doe
> file: testdata/example.tpl
Hello John Doe !!
You can select testdata/example.tpl.
- Add functions to edit filepath
- Add help for functions