Tamer Tas
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...
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...
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.
Implement hook system using either UNIX domain sockets or a `hooks.json` file that contains references to scripts to be executed
TOML files are easier on the eyes and less verbose. Allow using TOML instead of JSON
Users should be able to use tab to auto-complete the names of saved/downloaded templates.