Samples showing how to create templates using the Template Engine for dotnet new and Visual Studio
Перейти к файлу
Adam Patridge 4af2d4d475 [onlyif sample] Fix internal sample links. (#27) 2017-09-09 14:18:30 -07:00
01-basic-template adding type:project to all template.json files 2017-08-01 08:46:39 -07:00
02-add-parameters adding type:project to all template.json files 2017-08-01 08:46:39 -07:00
03-optional-page adding type:project to all template.json files 2017-08-01 08:46:39 -07:00
04-parameter-from-list adding type:project to all template.json files 2017-08-01 08:46:39 -07:00
05-multi-project adding type:project to all template.json files 2017-08-01 08:46:39 -07:00
06-console-csharp-fsharp adding type:project to all template.json files 2017-08-01 08:46:39 -07:00
07-param-with-custom-short-name adding type:project to all template.json files 2017-08-01 08:46:39 -07:00
08-restore-on-create adding type:project to all template.json files 2017-08-01 08:46:39 -07:00
09-replace-onlyif-after [onlyif sample] Fix internal sample links. (#27) 2017-09-09 14:18:30 -07:00
10-symbol-from-date adding type:project to all template.json files 2017-08-01 08:46:39 -07:00
11-change-string-casing adding type:project to all template.json files 2017-08-01 08:46:39 -07:00
12-random-number adding type:project to all template.json files 2017-08-01 08:46:39 -07:00
13-constant-value adding type:project to all template.json files 2017-08-01 08:46:39 -07:00
14-guid adding type:project to all template.json files 2017-08-01 08:46:39 -07:00
15-computed-symbol adding type:project to all template.json files 2017-08-01 08:46:39 -07:00
16-nuget-package Add NuGet sample (#20) 2017-08-03 12:59:07 -07:00
.gitattributes initial commit 2017-04-05 10:37:40 -07:00
.gitignore updating .gitignore to include .vscode 2017-05-13 09:52:23 -07:00
CONTRIBUTING.md initial commit 2017-04-05 10:37:40 -07:00
LICENSE initial commit 2017-04-05 10:37:40 -07:00
README.md initial commit 2017-04-05 10:37:40 -07:00

README.md

.NET Template Samples

This repository contains samples of templates created using the Template Engine. 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.

Contributing

We would love community contributions here.

See CONTRIBUTING.md for information on contributing to this project.

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the .NET Foundation Code of Conduct.

License

This project is licensed with the MIT license.

You should take a look at these related projects: