dotnet / templating

This repo contains the Template Engine which is used by dotnet new
https://docs.microsoft.com/dotnet/
MIT License
1.64k stars 372 forks source link

Does `template.json` support Scriban? #8526

Open HppZ opened 2 weeks ago

HppZ commented 2 weeks ago

https://github.com/scriban/scriban

baronfel commented 2 weeks ago

What would supporting Scriban mean to you?

HppZ commented 2 weeks ago

So I could use for loop in template file.

baronfel commented 2 weeks ago

In that case, the answer is no - the template.config file is specifically for the .NET templating engine used in 'dotnet new' for creating projects and such.