Are there any resources or guides available on creating a Typescript Template project that functions like Dotnet template projects?
My goal is to develop a template that can be easily installed on a local machine, pulling the source code from GitHub for anyone who needs to use it.
I'm aiming to create something akin to a react template, but I'm having trouble finding relevant information. Any assistance would be greatly valued.