# dotnet-template-samples **Repository Path**: mirrors_dotnet/dotnet-template-samples ## Basic Information - **Project Name**: dotnet-template-samples - **Description**: Samples showing how to create templates using the Template Engine for dotnet new and Visual Studio - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # .NET Template Samples This repository contains samples of templates created using the [Template Engine](https://github.com/dotnet/templating/). Custom templates can be used from `dotnet new` today. We are working on integrating these templates into Visaul Studio as well. For more general info on `dotnet new`, and the Template Engine, see the following. - [Announcing .NET Core Tools 1.0](https://blogs.msdn.microsoft.com/dotnet/2017/03/07/announcing-net-core-tools-1-0/) - [How to create your own templates for dotnet new](https://blogs.msdn.microsoft.com/dotnet/2017/04/02/how-to-create-your-own-templates-for-dotnet-new/) ## Contributing We would love community contributions here. See [CONTRIBUTING.md](CONTRIBUTING.md) for information on contributing to this project. This project has adopted the code of conduct defined by the [Contributor Covenant](http://contributor-covenant.org/) to clarify expected behavior in our community. For more information, see the [.NET Foundation Code of Conduct](http://www.dotnetfoundation.org/code-of-conduct). ## License This project is licensed with the [MIT license](LICENSE). ## Related Projects You should take a look at these related projects: - [Template Engine](https://github.com/dotnet/templating/) - [.NET Core](https://github.com/dotnet/core) - [ASP.NET](https://github.com/aspnet) - [Mono](https://github.com/mono)