yewstack / yew-trunk-minimal-template

Template for starting a Yew project using Trunk
Apache License 2.0
88 stars 33 forks source link

No year variable #9

Open EvanCarroll opened 1 year ago

EvanCarroll commented 1 year ago

I am getting this error when I try to invoke this,

🤷   Project Name : hlug
🔧   Creating project called `hlug`...
Error: â›”   Error replacing placeholders `/tmp/hlug/README.md`

Caused by:
    liquid: Unknown variable
      with:
        requested variable=year

I'm just running this command per the tutorial,

cargo generate --git https://github.com/yewstack/yew-trunk-minimal-template
futursolo commented 1 year ago

This is not a cargo generate template.

To use this repository, you can simply clone this repository or click the "Use this template" button on the repository's home page.

(cargo-generate might have worked in the past, we might need to create a configuration file to ignore the license from substitution.)