xmake icon indicating copy to clipboard operation
xmake copied to clipboard

Add "%LocalAppData%/.xmake/templates" to xmake templates PATH

Open Pedrodudux opened this issue 6 months ago • 1 comments

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.

Pedrodudux avatar Aug 27 '25 21:08 Pedrodudux

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

waruqi avatar Aug 28 '25 01:08 waruqi