hi @Community member,
The "new" normal way of creating a TouchGFX project is through the Designer.
We are also shipping a command line tool which does exactly what you describe :)
it is called tgfx.exe and is placed in the same installation folder as the designer.
Here is a snippet of the "help" context from the new command:
'new' - Combines a user interface with an application template to create a new application
Expected usage: tgfx.exe new <options>
<options> available:
--ui=VALUE Gui package name
--at=VALUE At package name
--out=VALUE Output Directory
--prj=VALUE Project Name
There is just one small catch, if you want to create any other projects than an empty application for pc simulator, you have to use the Designer to first download the desired Application Template and UI packages.
/Anders