How to use templates for the projects? #2083
-
Hi, I want something like this:
And then use this object to generate actual projects files. But not generate lua files for each project, just use this template, generate some 'in-memory' string and then execute this string as script and generate files for the project. Using the template in some function in code, with some for loop to generate all projects in a single function, also acceptable for me. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Yeah, you can do whatever you want. It's just Lua with extra functions. |
Beta Was this translation helpful? Give feedback.
I think you might have misunderstood my response, I was saying that you can write that functionality. Premake5 does not have a table format system, it uses functions.