Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Create a project template for dotnet new
description: Learn how to create a project template for the dotnet new command.
author: adegeo
ms.date: 02/03/2022
ms.date: 09/30/2022
ms.topic: tutorial
ms.author: adegeo
recommendations: false
Expand All @@ -14,6 +14,9 @@ With .NET, you can create and deploy templates that generate projects, files, ev

You can view the completed template in the [.NET Samples GitHub repository](https://github.com/dotnet/samples/tree/main/core/tutorials/cli-templates-create-item-template).

> [!TIP]
> The official .NET templates that are shipped with the .NET SDK can be found in the [dotnet/templates GitHub repository](https://github.com/dotnet/templates). You can also view the templates that are installed on your machine by running the `dotnet new --list` command.

In this part of the series you'll learn how to:

> [!div class="checklist"]
Expand Down