xmake
xmake copied to clipboard
Add "%LocalAppData%/.xmake/templates" to xmake templates PATH
Is your feature request related to a problem? Please describe.
Xmake does not read the "%LocalAppData%/.xmake/templates" folder to create a new project.
Describe the solution you'd like
My idea was that xmake would consider the "%LocalAppData%/.xmake/templates" folder to read custom templates, just as xmake considers "%LocalAppData%/.xmake/rules" for custom rules. I believe this feature would keep everything well organized.
Describe alternatives you've considered
No response.
Additional context
No response.
The template configuration interface is not yet stable, so it is currently only an internal private interface. You cannot customize the template configuration.
duplicate, https://github.com/xmake-io/xmake/issues/3539