SideWaffle Template CreatorMakes it easy to create custom project templates for 'dotnet new' and Visual Studio 2017 and 2019. Read more about the new template format here and how to create and customize your templates. This extension makes it easy to get started, but you need to understand how the underlying templating system works to take full advantage of it. Features
Generate template fileRight-click the project you want to turn into a template and click Create Template.... That will create a folder called .template.config and add a file called template.json to it. The folder is not being added to the project, but exist on disk in the root of the project directory. Add Visual Studio/.NET CLI host filesTo have the template show up in the ASP.NET project dialog, you need to add a Visual Studio specific host file to the .template.config folder. To control the CLI experience using dotnet new you need a .NET CLI specific host file. ContributeCheck out the contribution guidelines if you want to contribute to this project. For cloning and building this project yourself, make sure to install the Extensibility Tools extension for Visual Studio which enables some features used by this project. License |