This repository is the home for the .NET Core Template Engine. It contains the brains for dotnet new and template instantiation in Visual Studio. When dotnet new is invoked, it will call the Template Engine to create the artifacts on disk. Template Engine is a library for manipulating streams, including operations to replace values, include/exclude regions and process if, else if, else and end if style statements. We have created a dotnet template samples repo, which shows how you can use the Template Engine to create new templates. The samples are setup to be stand-alone for specific examples.
Features
- You can install additional templates that can be used by dotnet new
- This repo only contains libraries and packages that are used by dotnet new
- There is no UI for this libraries
- Build, run and debug dotnet new
- We have a pretty good help system built in
- We have created a dotnet template samples repo
Categories
FrameworksLicense
MIT LicenseFollow Template Engine
You Might Also Like
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Template Engine!