Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dotnet/dotnet-template-samples
Samples showing how to create templates using the Template Engine for dotnet new and Visual Studio
https://github.com/dotnet/dotnet-template-samples
dotnet-template
Last synced: about 2 months ago
JSON representation
Samples showing how to create templates using the Template Engine for dotnet new and Visual Studio
- Host: GitHub
- URL: https://github.com/dotnet/dotnet-template-samples
- Owner: dotnet
- License: mit
- Archived: true
- Created: 2017-04-04T19:26:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-25T02:22:01.000Z (almost 6 years ago)
- Last Synced: 2024-09-18T16:41:26.843Z (about 2 months ago)
- Topics: dotnet-template
- Language: C#
- Homepage: https://docs.microsoft.com/dotnet/articles/core/tools/dotnet-new
- Size: 642 KB
- Stars: 320
- Watchers: 31
- Forks: 109
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
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)