tmrts / boilr

:zap: boilerplate template manager that generates files or directories from template repositories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

--use-defaults emplacing wrong values.

sarahkittyy opened this issue · comments

commented

Running boilr template use my_template . -f inserts the wrong values.

project.json

{
    "Name": "Sarah",
    "Year": 2020
}

template/LICENSE.md

Copyright {{Year}} {{Name}}

boilr template use license .
image

boilr template use license . -f
image