boilr icon indicating copy to clipboard operation
boilr copied to clipboard

--use-defaults emplacing wrong values.

Open sarahkittyy opened this issue 5 years ago • 0 comments

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

sarahkittyy avatar Jan 24 '20 19:01 sarahkittyy