Results 6 issues of Tamer Tas

Instead of performing template life-cycle operations, encapsulate these operations ## Example workflow ```bash boilr render github:tmrts/boilr-license . boilr render file:/home/tmrts/template . ``` Behind the scenes: - Execution metadata recorded for...

enhancement
question

We should add templates for templates to make maintaining templates easier for the authors. # Benefits - Every template contains or needs a README to increase discoverability, this makes it...

enhancement

Convert the [logo](https://github.com/tmrts/boilr/raw/master/logo.png) to ASCII and print it when using `boilr help`. See cowsay utility to get a better idea.

enhancement
low-hanging fruit

Implement hook system using either UNIX domain sockets or a `hooks.json` file that contains references to scripts to be executed

enhancement

TOML files are easier on the eyes and less verbose. Allow using TOML instead of JSON

enhancement

Users should be able to use tab to auto-complete the names of saved/downloaded templates.

enhancement