Can project templates be customized? #5668
Unanswered
githubnotebooks
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
xmake create -t TEMPLATE
allows specifying project templates, but it seems that custom templates cannot be defined. I checked with ChatGPT, and it also indicated that this is not possible. I noticed that the existing project templates come from the test directory in the source code, which means that if I want to create a custom template, I need to compile the source code myself, right? What should I pay attention to when compiling the source code?Are there plans to introduce custom project templates in the future?
Beta Was this translation helpful? Give feedback.
All reactions